PolarSPARC

AWS Lambda - Quick Notes


Bhaskar S 01/03/2024


AWS Lambda

AWS Lambda is a fully managed serverless compute service that lets one can run code without provisioning or managing underlying infrastructure.

The following is the summary of the various features/capabilities of Lambda:

Lambda Limits

The limits are per Region and as follows:

Lambda SnapStart

The following are some features of Lambda SnapStart:

Lambda@Edge and CloudFront Functions

Sometimes applications deployed at the edge have a need to execute some form of logic before reaching the application. These are the customer written code that can be attached to CloudFront and run close to the users to minimize latency.

The following are the two options:

Lambda in VPC

The following are some features of Lambda in VPC:

Lambda from RDS

The following are some features of Lambda from RDS:


References

Official AWS Lambda Documentation


© PolarSPARC