Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.23 KB

File metadata and controls

19 lines (15 loc) · 1.23 KB

Lambda Layer for Python Libraries

When your Lambda need to import libraries, packaing all libraries along with your business logic is not recommended. Instead you can upload libraries as Lambda Layers, so that multiple Lambda functions can access same layer. This module will create an AWS Lambda Layer with ANY Python library you like.

Links

Related Terraform Modules from CloudPedia.AI

Scheduled Job for AWS

Lambda Layer for Node.js Libraries