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

Add New Lambda Runtimes #51

Closed
jglien opened this issue Feb 26, 2025 · 2 comments · Fixed by #52
Closed

Add New Lambda Runtimes #51

jglien opened this issue Feb 26, 2025 · 2 comments · Fixed by #52

Comments

@jglien
Copy link
Contributor

jglien commented Feb 26, 2025

Python 3.13 is supported on Lambda. However, the SST Function construct does not allow that runtime due to managing its own list, rather than using CDK's.

Add 3.13 to the list, or better yet, modify the code to use the CDK runtimes instead of managing your own list.


If you've already posted your issue on Discord, make sure to leave a link to it here.

@jglien jglien changed the title Add New LambdaRuntimes Add New Lambda Runtimes Feb 26, 2025
@jayair
Copy link
Contributor

jayair commented Mar 1, 2025

Submit a PR please

@jglien
Copy link
Contributor Author

jglien commented Mar 4, 2025

Submit a PR please

Ok @jayair , here you go: #52

@fwang fwang closed this as completed in #52 Mar 21, 2025
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 a pull request may close this issue.

2 participants