Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create deployment packages that include dependencies #6

Closed
edujanicas opened this issue Jan 16, 2024 · 0 comments
Closed

Create deployment packages that include dependencies #6

edujanicas opened this issue Jan 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@edujanicas
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently, the function being deployed only supports the standard library. Support for extra libraries requires separate Lambda Layers to be deployed.

Describe the solution you'd like
Include all .requirements.txt dependencies in the .zip deployment package generated by the Lambda module.
https://docs.aws.amazon.com/lambda/latest/dg/python-package.html#python-package-create-dependencies

Describe alternatives you've considered
Deploying the function as a container image. Although eventually this might be useful to support additional providers, I believe at the moment it is an overkill.

@edujanicas edujanicas added the enhancement New feature or request label Jan 16, 2024
@edujanicas edujanicas added this to the MVP Launch milestone Jan 16, 2024
@edujanicas edujanicas self-assigned this Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant