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 the AWS 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...