serverless-typescript-service-template A serverless typescript service template built on scaffold.js. Setup 1. Clone repo npx degit https://github.com/ebukaodini/serverless-typescript-service-template.git sample-service 2. Install packages npm i 3. Start service npm run start:dev