Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
usamanaseem edited this page Oct 3, 2019 · 16 revisions

Welcome to the aws-serverless-app-repo-reference-implementation wiki!

This repository is an adaptation of the AWS Serverless Application Repository. It is built using serverless technologies and is meant to serve as a case study of how to build a production grade application using a combination of serverless technologies and approaches. The goal is for users to learn the architectures, project layout, implementation details and tools used to build a production grade AWS service. It includes common architecture patterns such as request-response backend, a static front-end website and an event-driven analytics module. It also includes operational best practices such as monitoring dashboards and alarms.

How to use it

It can be used in the following ways:

  1. As a study: All the source code, tests and infrastructure templates are available to review and fork and modify for custom use.
  2. Deploy it all at once: This will deploy the whole project in the user's AWS account. See Quickstart for a step by step guide.
  3. Deploy it individually: Each module can be deployed as a standalone application and can be loosely coupled with other patterns. More details are available in each module's individual page under Modules.
Clone this wiki locally