Kodekloud - 100 Days of cloud (AWS) Day 33: Create a Lambda Function
Step 1: Login into the AWS environment using provided credentials.
Step 2:
Go to Lambda Section and click create function.
Name the function and select runtime as python.

Step 3: Select execution role, provide role name and policy template.

Step 4: Select the code tab and edit the code as shown below and run it.

Step 5: Go to test section, TEST your lambda function and verify.
