This is a boilerplate serverless service to speed up the creation of new serverless services. Complete with CI via GH Actions, TypeScript, ESlint & lambda-hooks.
- Click on use this template in the github console and choose a unique repo name
- Use the name above and edit the existing name in package.json
- Add AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY as github secrets.
- On a push/merge to production, staging or development a GH action will run serverless deploy
Happy Hacking!!