Skip to content

Conversation

@arielweinberger
Copy link

@arielweinberger arielweinberger commented Feb 7, 2022

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:

image

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!

@arielweinberger arielweinberger changed the title Update "typescript-node-http-api" example to use Serverless v3 and Node 14 Update "aws-node-http-api-typescript" example to use Serverless v3 and Node 14 Feb 7, 2022
Copy link
Contributor

@pgrzesik pgrzesik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @arielweinberger - let's keep the generation of README out of this PR for now, it seems like after recent changes we need to tweak it a bit. Otherwise it looks good 👍

@arielweinberger
Copy link
Author

Done :)

Copy link
Contributor

@pgrzesik pgrzesik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @arielweinberger 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants