Update step01_hello_lambda-stack.ts#26
Open
fullstackwebdev wants to merge 1 commit intopanacloud-modern-global-apps:mainfrom
Open
Update step01_hello_lambda-stack.ts#26fullstackwebdev wants to merge 1 commit intopanacloud-modern-global-apps:mainfrom
fullstackwebdev wants to merge 1 commit intopanacloud-modern-global-apps:mainfrom
Conversation
if this isn't set to version 14, this error happens ``` Step01HelloLambdaStack: creating CloudFormation changeset... 7:54:37 PM | CREATE_FAILED | AWS::Lambda::Function | HelloHandler2E4FBA4D Resource handler returned message: "The runtime parameter of nodejs10.x is no longer supported for c reating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while cr eating or updating functions. (Service: Lambda, Status Code: 400, Request ID: 393b41b6-f4d3-4c7f-b22 f-eafa88563ff9, Extended Request ID: null)" (RequestToken: e6b7577c-7ce4-73d0-3de9-ee2964a897ec, Han dlerErrorCode: InvalidRequest) ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
if this isn't set to version 14, this error happens