Skip to content

AnomalyInnovations/serverless-stack-demo-ext-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Stack Extended Backend Resources Seed Status

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

This repo is used in the Best Practices section of the guide. It uses SST to deploy a AWS CDK app.

Usage

Clone this repo.

$ git clone https://github.com/AnomalyInnovations/serverless-stack-demo-ext-resources

Install the dependencies.

$ npm install

And deploy the CDK app using SST to your AWS account.

$ npx sst deploy

Once you deploy the resources in this repo, head over to this accompanying repo to deploy the API services.

Maintainers

This repo is maintained by Serverless Stack.