examples
examples copied to clipboard
The aws-node-typescript-nest example requires very old serverless client
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!
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 .