serverless / examples

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.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

feat: Update `aws-node-http-api-typescript` to `v3` and Node 14 #679

Closed arielweinberger closed 2 years ago

arielweinberger commented 2 years ago

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:

I tested this with a fresh deployment and it works fine!

arielweinberger commented 2 years ago

Done :)