serverless framework template

Meir Gabay
1 min readMar 9, 2020

Looking for a reusable template to start your serverless framework journey? 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 code, build, and deploy!
  • Using serverless framework plugins
  • Concepts, use cases, and project’s structure — Theory

Repository

Originally published at https://dev.to on March 9, 2020.

--

--