StackToolbox / aws-sam-webpack-plugin

A Webpack plugin to replace the build step for SAM CLI
MIT License
147 stars 29 forks source link

<Function name> has an unsupport Runtime. Must be nodejs10.x or nodejs12.x #88

Closed asankagit closed 1 year ago

asankagit commented 1 year ago
: Type: AWS::Serverless::Function # More info about Function Resource: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction Properties: CodeUri: hello-world/ Handler: app.lambdaHandler Runtime: nodejs16.x ... When I change runtime to a above version than 12.x build process triggers `unsupport runtime` error [Work fine with nodejs12.x]