Templates for generating Serverless projects. AWS oriented.
- Install serverless -
npm install -g serverless
- Use serverless to create a project with template-url. For example
serverless create --template-url https://github.com/cyberworkz/serverless-templates/tree/main/aws-nodejs-typescript-sqs --path myService
Use node 15.3.0 or lower for templates with the serverless-webpack-plugin. A higher node version results in uploading an empty ZIP file. See serverless/serverless#8794 for more info.
- Visit Serverless Documentation to learn more about Serverless framework
Found an issue? feel free to raise an issue with information to reproduce.
Pull requests are welcome to improve.
Like the templates?
Or, Add a star ⭐ to the repository
These templates are used in my stories on Serverlesscorner.
This template is authored and maintained by Haiko van der Schaaf
MIT