Back to Browse

Day33:Create a Lambda Function| 100Days of Cloud(AWS)|Kodekloud

14 views
Feb 9, 2026
18:25

Steps via the AWS Console 1.Sign In: Log in to the AWS Management Console and navigate to the Lambda dashboard. 2.Create Function: Choose the Create function button. 3.Basic Configuration: 3.1Select Author from scratch. 3.2 Function name: Enter a descriptive name for your function. 3.3 Runtime: Choose your desired programming language and version (e.g., Python 3.10, Node.js, Java, etc.). 3.4 Permissions: Under "Change default execution role," you can create a new role from a template or use an existing IAM role that grants the necessary permissions (e.g., access to S3, DynamoDB, or writing logs to CloudWatch). 4.Create: Choose Create function. 5.Add Code: In the integrated code editor on the Code tab, you can write or edit your function's code. 6.Deploy: Choose Deploy to save your code changes. 7.Test: 7.1Choose the Test button. 7.2Configure a test event by providing sample JSON data (this data is passed to your event object in the code). 7.3Name the event and choose Create, then choose Test again to run the function and view the execution results and logs. 8.Configure Triggers (Optional): You can add triggers from other AWS services (like an S3 bucket or API Gateway) to automatically invoke your function in response to events. #myanmarit#AWS #KodeKloud #100DaysOfCloud #CloudComputing #DevOps

Download

0 formats

No download links available.

Day33:Create a Lambda Function| 100Days of Cloud(AWS)|Kodekloud | NatokHD