Skip to the content.
AWS Developer Associate

AWS Lambda

Why use AWS Lambda?

Benefits of AWS Lambda

AWS Lambda language support:

AWS Lambda pricing

AWS Lambda configuration

AWS Lambda Synchronous Invocation

aws lambda invoke --function-name hello-world --cli-binary-format raw-in-base64-out --payload '{}' --region eu-west-2 response.json 

Lambda integration with ELB (ALB)

Lambda@Edge

AWS Lambda Asynchronous Invocation

aws lambda invoke --function-name hello-world --cli-binary-format raw-in-base64-out --payload '{}' --region eu-west-2 --invocation-type Event response.json 

AWS Lambda Event Source Mapping

AWS Lambda Destinations

IAM Roles for Lambda

Environment Variables

Logging / Monitoring

Networking

Configuration / Performance

Lambda concurrency

External Dependencies

CloudFormation

AWS Lambda Layers

AWS Lambda Versions and Aliases

CodeDeploy

AWS Lambda Limits

Best practices