A simple template for Serverless projects.
Includes
- Serverless Framework
- serverless-offline
- TypeScript support (through serverless-esbuild)
yarn install
yarn start
Open http://localhost:3000/ to see the example handler.
Configure your AWS credentials and run:
yarn deploy