AWS Lambda from Basic to Advanced

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

  1. What is Lambda
  2. How to create first Lambda
    1. Sample python code
    2. How to test a simple Lambda from console
    3. Where to check logs
  3. Different ways of lambda execution
    1. synchronous Lambda and Triggers
      1. Lambda as REST API using API Gateway
      2. function URL
      3. Calling another Lambda synchronously
    2. Async Lambda and Triggers
      1. Trigger Lambda from S3
      2. Trigger Lambda from SQS
      3. Calling another lambda asynchronously
    3. Calling lambda from AWS CLI
  4. Lambda concurrency
  5. Lambda permissions – may go up
  6. Environment variables
  7. Secret keys
  8. RDS
  9. AWS Lambda options
    1. RAM
    2. VPC
    3. Triggers
    4. Layers
  10. Monitor
  11. Alias
  12. Lambda execution steps also talk about containers
  13. Cold vs warm start
  14. Ways of deployment
  15. Lambda Application

Published by viswateja3

Hi

Leave a comment