Serverless with Typescript on AWS with Lambda and NodeJS

Serverless with Typescript on AWS with Lambda and NodeJS

To create a serverless service with Typescript

// cmd
serverless create --template aws-nodejs-typescript

NOTE: Firstly create a working directory and then run the above command from that directory

NOTE 2: If you need additional packages installed, run the below command

// cmd
npm init -f

About the author

John Baro