Configuring functions
In this section, we will go through the ways of configuring Lambda functions and understand all the settings in great detail. Like in the previous section, we will learn about each configuration and its settings, as follows:
- You can go to the page of AWS Lambda by selecting it from the drop-down menu that is present in the top-left corner of the AWS console. This can be done as follows:

- Once the
Lambda
option is selected, it redirects the user to theAWS Lambda
console, which looks something like this:

- For creating a function, you need to click on the orange
Create a function
button on the right. This will open a console for the function creation. This looks something like this:

- Let's create a function from scratch in order to understand the configurations better. So, for doing that, click on the
Author from scratch
button on the top-right corner. After clicking it, the user will be directed to Lambda's first-run console, which looks something like this:

- This page has three...