Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.08 KB

Serverless lambda starter

I've added some commented out config params in serverless.yml file (what I generally end up using). The handler.ts is also has middy goodies to help you out with the not so fun events object. Everything is pretty much stock. Comes with 4 scripts: cz (commitizen), build, deploy and destroy.

The build depends on serverless-bundle plugin. I've also added the serverless-offline plugin if you are into that.

Feel free to open a issue in case you have any suggestions or doubts.

Useful links