Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
I wanted try out Serverless v3. When using the aws-node-http-api-typescript template (selected via the dashboard) and deploying right after creating the project, I faced an error:
This PR:
Updates the example to work with v3 out of the box
Uses Node.js 14.x (previously 12.x)
Updates other packages (e.g. TypeScript, serverless-plugin-typescript)
Removes the serverless-offline package as it was not in use
Removes the lambdaHashingVersion property from serverless.yml as it is deprecated.
I tested this with a fresh deployment and it works fine!
I wanted try out Serverless v3. When using the aws-node-http-api-typescript template (selected via the dashboard) and deploying right after creating the project, I faced an error:
This PR:
lambdaHashingVersion
property from serverless.yml as it is deprecated.I tested this with a fresh deployment and it works fine!