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

SAM build fails due to unsupported runtime versions in the template #186

Open
MustaphaU opened this issue Dec 8, 2024 · 0 comments
Open

Comments

@MustaphaU
Copy link

MustaphaU commented Dec 8, 2024

The runtime versions specified in the SAM template are no longer supported. Specifically:

Error Message:

Build Failed

Error: Building functions with python3.7 is no longer supported
Error: Error: Building functions with nodejs12.x is no longer supported

Suggested fix: update the runtimes to any of the supported versions:

  • python3.8, python3.9, python3.10, python3.11, python3.12 or python3.13
  • nodejs18.x, nodejs20.x, or nodejs22.x
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

No branches or pull requests

1 participant