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

feat(type-safe-api): handlers default to python 3.13 and node 22 #900

Draft
wants to merge 3 commits into
base: mainline
Choose a base branch
from

Conversation

jstrunk
Copy link
Contributor

@jstrunk jstrunk commented Dec 19, 2024

In order to default to the most secure configuration, handler functions now default to the latest
supported AWS Lambda runtimes for Python and Node.

BREAKING CHANGE: API handlers that don't specify the runtime version need to be validated with
Python 3.13 or Node 22.

Depends on #899

AWS Lambda now supports Python 3.13 and Node 22. This change enables API handlers to use the current
runtimes.

fix aws#897
In order to default to the most secure configuration, handler functions now default to the latest
supported AWS Lambda runtimes for Python and Node.

BREAKING CHANGE: API handlers that don't specify the runtime version need to be validated with
Python 3.13 or Node 22.
Updating test snapshots in a separate commit for review readability.
Copy link

nx-cloud bot commented Dec 20, 2024

View your CI Pipeline Execution ↗ for commit 3673df2.

Command Status Duration Result
nx run-many --target=build --output-style=strea... ✅ Succeeded 13m 2s View ↗

☁️ Nx Cloud last updated this comment at 2024-12-20 12:52:53 UTC

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.

1 participant