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

Create a basic TypeScript example #685

Closed mnapoli closed 2 years ago

mnapoli commented 2 years ago

This follows the discussion in https://github.com/serverless/examples/pull/681#issuecomment-1052007939

This is a basic TypeScript example based on the basic Node (JS) example. It uses the esbuild plugin as discussed in https://github.com/serverless/serverless/issues/10700