Skip to content

CloudPediaAI/terraform-aws-lambdalayer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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