Everyone in this video we will learn how to use AWS Lambda from very basic to advanced like What AWS Lambda is, Why AWS Lambda when to use AWS Lambda, How to use AWS Lambda as Event-driven, and many more.
Below is the list of topics we covered in this video
- What is Lambda
- How to create first Lambda
- Sample python code
- How to test a simple Lambda from console
- Where to check logs
- Different ways of lambda execution
- synchronous Lambda and Triggers
- Lambda as REST API using API Gateway
- function URL
- Calling another Lambda synchronously
- Async Lambda and Triggers
- Trigger Lambda from S3
- Trigger Lambda from SQS
- Calling another lambda asynchronously
- Calling lambda from AWS CLI
- synchronous Lambda and Triggers
- Lambda concurrency
- Lambda permissions – may go up
- Environment variables
- Secret keys
- RDS
- AWS Lambda options
- RAM
- VPC
- Triggers
- Layers
- Monitor
- Alias
- Lambda execution steps also talk about containers
- Cold vs warm start
- Ways of deployment
- Lambda Application