What is the recommended way to use TypeScript with Serverless Framework and AWS?

I want to learn TypeScript and I want to use it along with Serverless Framework and AWS.

What is the recommended way to setup a project where the functions will be written in TypeScript?

There’s a template for that.

sls create -t aws-nodejs-typescript
1 Like

I ended up finding this. It works - thank you.