AWS Lambda Layers | How to use them in Lambda Functions | Cloud Flair

preview_player
Показать описание
#lambda #layers #aws #cloudflair

Lambda:
AWS Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda runs your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time that you consume—there is no charge when your code is not running.

Layers:
You can configure your Lambda function to pull in additional code and content in the form of layers. A layer is a .zip file archive that contains libraries, a custom runtime, or other dependencies. With layers, you can use libraries in your function without needing to include them in your deployment package.
Рекомендации по теме