How to create a lambda fucntion using Python

+4 votes
Hello folks! I am new to Lambda and want to know as how can I create a simple lambda function for myself as a beginner?

Please help! Please show me the descriptive way of doing this.
Dec 20, 2018 in AWS by Jino
• 5,810 points
736 views

1 answer to this question.

+2 votes
Best answer

Hey @Jino, I will tell you the method of doing this in a descriptive way. I have attached the screenshot for better understanding.

1. Open your AWS Console, got to compute services, and select AWS Lambda.

2. In the Lambda Dashboard, you will find the create a new function.

3. Select the way you want to create the function, here we will select Author from Scratch.

4. Provide the details and hit create function.

5. Don't add any trigger as we are not trying to do anything just print hello world.

6. Change the function and Configure a test event.

7. Configure the event.

8. Click on save and test.

9. There it is you have created a Lambda function.

answered Dec 20, 2018 by Nabarupa

edited Jun 9, 2020 by MD

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to create a DynamoDB table using Python?

The code that you can use to ...READ MORE

answered Feb 22, 2019 in AWS by Priyaj
• 58,090 points
7,523 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP