Introduction
  • Introduction
Serverless Architecture
  • What is serverless
  • Features of Serverless
  • Drawbacks of Using Serverless Architecture
Serverless Framework
  • What will be covered in this section
  • What is serverless framework
  • Serverless vs CloudFormation
  • Serverless vs Terraform
  • Serverless vs SAM
  • Why NOT to use serverless
What is Lambda
  • Lambda Computing
Lambda + Serverless
  • Install Serverless
  • Connect Serverless with AWS
  • Create our first application in Serverless
Under the hood
  • What will be covered in this section
  • What happens when we do a serverless deploy
  • Serverless remove
provider
  • Disecting the Serverless.YML file
  • The AWS Provider
  • Update the provider for the default provider
Create a microservice based appication
  • How to create a micro-service based application
Events
  • An Overview of all Events
Serverless Events (API Gateway)
  • Simple HTTP Event
  • Access VPC using serverless
  • Creating an independant S3 Bucket
S3 Event
  • Trigger an S3 bucket + creating new variable
  • Create an s3 bucket and read it
Scheduler
  • Send a mail using Scheduler and SES
Dynomo db Event
  • A Dynomo stream to verify new User Account
Cloud Watch Event
  • Trigger a Lambda when a EC2 machine is deleted
SNS Events
  • Create a Simple SNS Events
  • Add SES to your SNS Module
SQS Events
  • Create a simple SQS queue
  • SQS SNS and Http Event