We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AWS allows us to nodejs22.0 runtime, but when I try to use it with serverless-offline I'm getting:
serverless-offline
POST /graphql (λ: api) ✖ Unsupported runtime
Tested on:
[email protected]
Sample Code
service: my-service plugins: - serverless-offline provider: runtime: nodejs22.x <---- stage: dev functions: hello: ...
Expected behavior/code
Additional context/Screenshots
The text was updated successfully, but these errors were encountered:
Added in #1837
Sorry, something went wrong.
I don't think that change was released yet, so I'm not sure why the ticket got closed 🤔
No branches or pull requests
Feature Request
AWS allows us to nodejs22.0 runtime, but when I try to use it with
serverless-offline
I'm getting:Tested on:
Sample Code
Expected behavior/code
Additional context/Screenshots
The text was updated successfully, but these errors were encountered: