Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AnomalyInnovations/serverless-stack-demo-ext-resources
Source for the extended version of the demo app resources in Serverless Stack.
https://github.com/AnomalyInnovations/serverless-stack-demo-ext-resources
Last synced: 2 days ago
JSON representation
Source for the extended version of the demo app resources in Serverless Stack.
- Host: GitHub
- URL: https://github.com/AnomalyInnovations/serverless-stack-demo-ext-resources
- Owner: AnomalyInnovations
- License: mit
- Created: 2019-10-06T04:57:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:07:31.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:15:09.938Z (3 months ago)
- Language: JavaScript
- Homepage: https://serverless-stack.com
- Size: 911 KB
- Stars: 40
- Watchers: 5
- Forks: 18
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serverless Stack Extended Backend Resources [![Seed Status](https://api.seed.run/serverless-stack/serverless-stack-demo-ext-resources/stages/prod/build_badge)](https://console.seed.run/serverless-stack/serverless-stack-demo-ext-resources)
[Serverless Stack](https://serverless-stack.com) is a free comprehensive guide to creating full-stack serverless applications. We create a [note taking app](https://demo2.serverless-stack.com) from scratch.
This repo is used in the [Best Practices section](https://serverless-stack.com/chapters/best-practices-for-building-serverless-apps.html) of the guide. It uses [SST](https://github.com/serverless-stack/serverless-stack) to deploy a [AWS CDK](https://aws.amazon.com/cdk/) app.
#### Usage
Clone this repo.
``` bash
$ git clone https://github.com/AnomalyInnovations/serverless-stack-demo-ext-resources
```Install the dependencies.
``` bash
$ npm install
```And deploy the CDK app using SST to your AWS account.
``` bash
$ npx sst deploy
```Once you deploy the resources in this repo, head over to [this accompanying repo](https://github.com/AnomalyInnovations/serverless-stack-demo-ext-api) to deploy the API services.
#### Maintainers
This repo is maintained by [Serverless Stack](https://serverless-stack.com).
[Email]: mailto:[email protected]