-
Notifications
You must be signed in to change notification settings - Fork 140
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
Update all Lambda functions to Python 3.12 #268
Labels
Milestone
Comments
cnfait
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Feb 12, 2024
Neuw84
added a commit
to Neuw84/aws-serverless-data-lake-framework
that referenced
this issue
Feb 22, 2024
Changed the lambda runtime in all Lambdas Changed CodeBuild to use Python 12 on Amazon Linux standard 5.0 Upgraded the libraries to latest versions. For "pytest" I upgraded to the latest 7.x version as upgrading to 8.x may break things and I think a separate PR would be better. This PR will close issues awslabs#268 and awslabs#269 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Neuw84
added a commit
to Neuw84/aws-serverless-data-lake-framework
that referenced
this issue
Feb 22, 2024
Changed the lambda runtime in all Lambdas Changed CodeBuild to use Python 12 on Amazon Linux standard 5.0 Upgraded the libraries to latest versions. For "pytest" I upgraded to the latest 7.x version as upgrading to 8.x may break things and I think a separate PR would be better. This PR will close issues awslabs#268 and awslabs#269 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
cnfait
pushed a commit
that referenced
this issue
Feb 22, 2024
Changed the lambda runtime in all Lambdas Changed CodeBuild to use Python 12 on Amazon Linux standard 5.0 Upgraded the libraries to latest versions. For "pytest" I upgraded to the latest 7.x version as upgrading to 8.x may break things and I think a separate PR would be better. This PR will close issues #268 and #269 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.12 is available in Lambda functions now - let's update all Lambda functions and layers to use it. See #193 to understand how to do it / what to look for.
The text was updated successfully, but these errors were encountered: