Looking for a reusable template to start your serverless framework journey in AWS? You've come to the right place.
Goals
- Get familiar with the serverless-framework syntax todo-api serverless.yml
- How to manage a monorepo, with a shared common values file
- Start working with AWS Lambda Layers instead of attaching dependencies to your Lambda Functions
- Deep dive into the Lambda Layers structure, in both Python and NodeJs
- Modify the repository with your own code, build and deploy!
- Using [serverless framework plugins] (https://github.com/serverless/plugins)
- Concepts, use cases, and project's structure - Theory
Repository
Originally posted at https://dev.to on March 9, 2020.