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
When try to deploy Ampify backend, it throw the error related to Lambda runtime deprecated
The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions
Which section should be modify to support latest nodejs version?
The text was updated successfully, but these errors were encountered:
In amplify/backend/auth/cognito/cognito-cloudformation-template.yml line 259 you can put:
amplify/backend/auth/cognito/cognito-cloudformation-template.yml
Runtime: nodejs16.x
Sorry, something went wrong.
No branches or pull requests
When try to deploy Ampify backend, it throw the error related to Lambda runtime deprecated
Which section should be modify to support latest nodejs version?
The text was updated successfully, but these errors were encountered: