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

Maintenance: Create a Powertools Lambda layer for each Python version #3859

Open
1 of 2 tasks
leandrodamascena opened this issue Feb 27, 2024 · 1 comment
Open
1 of 2 tasks
Labels
internal Maintenance changes v3 Features that will be included in Powertools v3.

Comments

@leandrodamascena
Copy link
Contributor

Why is this needed?

Powertools is growing very fast and we are adding more features day by day. Some of these features require compiled libraries and those libraries must be compiled for the specific version of Python. An example of this is aws-encryption-sdk which brings cryptography as a dependency. We had an issue (#3852) recently and we need to implement it to avoid more problems in the future.

Which area does this relate to?

Other

Solution

Build the Powertools Lambda layer for the specific version of Python.

Acknowledgment

@leandrodamascena leandrodamascena added triage Pending triage from maintainers internal Maintenance changes labels Feb 27, 2024
@heitorlessa heitorlessa removed the triage Pending triage from maintainers label Feb 28, 2024
@heitorlessa
Copy link
Contributor

One small note to also increase our canary testing across all Python versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Maintenance changes v3 Features that will be included in Powertools v3.
Projects
Status: Backlog
Development

No branches or pull requests

2 participants