-
Notifications
You must be signed in to change notification settings - Fork 156
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 Lambda Runtime enum #4880
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did I miss the deprecations in my original review or did you force push it after @flostadler
Sorry about the noise in case I missed it!
No worries! I didn't force push, but it's always good to double check (way better than shipping a regression! 😁) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4880 +/- ##
==============================
==============================
☔ View full report in Codecov by Sentry. |
This PR has been shipped in release v6.64.0. |
Updates the lambda runtime enum according to the AWS docs: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
We should look into automating this in the future: #4881
Fixes #4875