Following are the steps for testing the Lambda function:
- Once our function is created, it will appear under the Functions tab under the Lambda service.
- We will select our newly created function, click on Actions, and select the Test function. It will show you a new window with a key-value pair option; we can safely click on Save and Test. It will then go ahead and execute the function:
- Once the function is executed, you will be presented with Execution result along with a Summary of the duration it took for a function to run as well as the log output. On the last line in the Log output section, you can see the ...