You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jglien
changed the title
Add New LambdaRuntimes
Add New Lambda Runtimes
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.
The text was updated successfully, but these errors were encountered: