typescript-serverless-starter
v1.0.0
Published
- aws lambda - typescript - eslint - prettier - jest - pre commit and pre push scripts
Downloads
4
Readme
Starter for serverless projects
- aws lambda
- typescript
- eslint
- prettier
- jest
- pre commit and pre push scripts
How to develop
- run
yarn install
- run
yarn dev
. A development server will be set up by serverless offline - you can send requests to the server. Sample endpoint is: POST http://localhost:4000/dev/1234?query=test
Known Issue:
At this moment, hot reload does not work with Serverless offline. https://github.com/dherault/serverless-offline/issues/931
As a workaround, set useChildProcesses
custom:
serverless-offline:
httpPort: 4000
useChildProcesses: true