Learn how to get the size of your AWS Lambda layers using the console. This helps configuring your functions, keeping the lambda size limitations in mind.
Tag: layers
Reusing AWS Lambda Layers – Serverless
Learn how to reuse layers across services in AWS Lambda, using Serverless framework. We use the pythonRequirementsLambdaLayer as an example in this tutorial.