Skip to content

A sample mono-repo multi-service Serverless application with AWS CloudFormation cross-stack references.

License

Notifications You must be signed in to change notification settings

AnomalyInnovations/serverless-stack-demo-mono-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Stack Mono-Repo Backend API

Serverless Stack is a free comprehensive guide to creating full-stack serverless applications. We create a note taking app from scratch.

This repo is a sample mono-repo multi-service Serverless application with AWS CloudFormation cross-stack references. The steps to creating this are outlined in the Serverless architecture section of the Serverless Stack guide.

Steps

In this section of the guide we look at how to:

Usage

To use this repo locally you need to have the Serverless framework installed.

$ npm install serverless -g

Clone this repo.

$ git clone https://github.com/AnomalyInnovations/serverless-stack-demo-mono-api

Go to one of the services in the services/ dir.

And run this to deploy to your AWS account.

$ serverless deploy

The services have some dependencies and need to be deployed in the following order:

  1. database
  2. uploads
  3. notes
  4. users
  5. auth

Maintainers

Serverless Stack is authored and maintained by Frank Wang (@fanjiewang) & Jay V (@jayair). Subscribe to our newsletter for updates on Serverless Stack. Send us an email if you have any questions.

About

A sample mono-repo multi-service Serverless application with AWS CloudFormation cross-stack references.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published