Introduction
  • Introduction to Serverless
  • Advantages of Serverless
  • Disadvantages of Serverless
An introduction to Lambda
  • Introduction
  • A few basic concepts
Create our first Lambda Function
  • Our first Lambda Function
  • General configuration
  • Environment variables
  • Versions
  • Alias
Upload Code using zip and s3
  • Upload Code using Zip
  • Upload Code using S3 bucket
Sign your code
  • Code Signing
Layers
  • Add moment Library as layer
Invocation
  • Introduction
  • Synchronous Invocation
  • Examples of Sync invocation
  • Asynchronous Invocation
  • Example of Asynchronous Invocation
  • Retry Async Invocation
  • Example of Retry Mechanism
  • Destination for Async Invocation
Event Source Invocation
  • What is Event Source Invocation
Concurrency
  • What is concurrency
  • Reserved Concurrency
  • Provisioned Concurrency
Connect to your VPC
  • Connect to your EC2
Custom Runtime
  • Shell Script as Custom Runtime
  • Perl as Custom Runtime
Blue Prints to create Lambda
  • Blue Print to create pre-configured Lambda
Run Containers in Lambda
  • Why Containers
  • Run Containers locally
  • Upload and run as Lambda