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

Support the new Python 3.11 lambda runtime and update examples to use Python 3.11 #12085

Merged
merged 1 commit into from Jul 27, 2023

Conversation

GrahamCampbell
Copy link
Contributor

@GrahamCampbell GrahamCampbell commented Jul 26, 2023

AWS have now made the Lambda Python 3.11 runtime available, at least through the Lambda API: aws/aws-sdk-js@baa3b7d#diff-0521ffc53e94f05cb64ddd5e240950f5c51fb408c695f4aa9999db81b2ea42a4. I expect CloudFormation support is coming in a matter of hours or days, across all regions. EDIT: officially launched: https://aws.amazon.com/blogs/compute/python-3-11-runtime-now-available-in-aws-lambda/.

@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (aefdfe5) 86.68% compared to head (5d7c613) 86.68%.
Report is 1 commits behind head on main.

❗ Current head 5d7c613 differs from pull request most recent head 7b3525d. Consider uploading reports for the commit 7b3525d to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #12085   +/-   ##
=======================================
  Coverage   86.68%   86.68%           
=======================================
  Files         316      316           
  Lines       13529    13529           
=======================================
  Hits        11727    11727           
  Misses       1802     1802           
Files Changed Coverage Δ
lib/plugins/aws/provider.js 94.78% <ø> (ø)
lib/plugins/aws/invoke-local/index.js 69.87% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GrahamCampbell
Copy link
Contributor Author

cc @Danwakeem

Copy link
Contributor

@Danwakeem Danwakeem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again @GrahamCampbell 🚀

@Danwakeem Danwakeem merged commit f5d143a into serverless:main Jul 27, 2023
5 checks passed
@GrahamCampbell GrahamCampbell deleted the python-3-11 branch July 27, 2023 20:25
@GrahamCampbell
Copy link
Contributor Author

It'd be great to get a 3.34.0 release here. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants