examples icon indicating copy to clipboard operation
examples copied to clipboard

The aws-node-typescript-nest example requires very old serverless client

Open frankfont opened this issue 4 years ago • 1 comments

Hello, my friends and I are very interested in learning the serverless framework as a possible tool to use for our Nestjs projects.

Is there an easy way to update the https://github.com/serverless/examples/tree/master/aws-node-typescript-nest example so that it works with the current serverless client instead of having to down-grade back to the v1.x.x client?

Thanks in advance for any insights!

frankfont avatar May 26 '21 02:05 frankfont

Hi @frankfont, I also had similar issue and found serverless-plugin-typescript github. It works out of the box without needing any configuration, you just need to install as a dev dependency and add it to your list of plugins in serverless.yml file .

0x-pranay avatar Jun 20 '21 05:06 0x-pranay