Lambda Serverless
☑ Serverless for AWS beginners
☑ Lambda functions
☑ Basic architecture of serverless
☑ Create Lambda functions
This course teaches you on how to use AWS Lambda Function . This course is for system architects espacially who want to use Terraform to create complex architecture but it can be enjoyed by beginners and folks with basic understanding of Azure.
This course is for those who have a bit of knowledge of AWS and hence with no knowledge of AWS will find it a bit difficult to grasp the concepts
This course has been curated with a lot of care and deliberation and contains examples that are seen in real software applications .Also all the codebase are provided for in the resource section and please do not hesitate to use them.
Also this course has been shortened to only include information that is important and has been edited to remove all the fluff and unwanted portions .
Also for any doubts and suggestion please do contact me and i will be glad to hear from you .
Also please do not forget to include reviews for my course as it will motivate me to create more content like this to serve you guys better .
Once again i thank you for your patience and i hope you have a fabulous time with the course and i will see you soon
Thanks
Rohit Abraham
English
Language
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