Description
In this course, you will learn:
- The ability to construct and deploy AWS Lambda functions using external libraries.
- Lambda layers are used in serverless computing to manage dependencies more efficiently.
- Dependencies can be shared and reused across numerous Lambda functions.
- Using improved Lambda functions with layers to make API calls and process text.
Syllabus :
1. Lambda with Deployment Package
- Create a Lambda Function and Fetch API Details
- Create a Deployment Package
2. Lambda Function with Layers
- Reduce the Package Size and Enable Code Edit
- Focus on Core Logic With Lambda Layers
- Share Dependencies Across Lambda Functions