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?
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
I ended up finding this. It works - thank you.