How to create Lambda Function in AWS
To create Lambda Function In AWS
Introduction:
AWS Lambda is a serverless measure service that runs code in response to events and spontaneously runs the underlying compute resources. Lambda runs the code only when needed and scales automatically, from a few requests per day to thousands per second. It also extends other AWS services with custom logic or creates its own back-end services that operate at AWS scale, performance, and security.
Steps to create Lambda Function:
Log into Your AWS account:
Choose Lambda in Management console:
Create a new Lambda function:
Give the details for the function:
Select the role:
To create a new role select the AWS service and continue the process:
Select the existing role:
Make some changes in code and deploy the changes:
Then run a program by clicking Test:
Enter the Event name:
Again run a program:
Then, check the execution status:
With This method creation of Lambda Function comes to an End.
Comments ( 0 )
No comments available