Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avrcoelho/serverless-stack-demo
https://github.com/avrcoelho/serverless-stack-demo
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avrcoelho/serverless-stack-demo
- Owner: avrcoelho
- Created: 2021-08-21T20:25:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T16:27:25.000Z (over 3 years ago)
- Last Synced: 2024-11-08T04:39:47.259Z (2 months ago)
- Language: TypeScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Serverless Stack (SST)
This project was bootstrapped with [Create Serverless Stack](https://docs.serverless-stack.com/packages/create-serverless-stack).
Start by installing the dependencies.
```bash
$ npm install
```## Commands
### `npm run start`
Starts the local Lambda development environment.
### `npm run build`
Build your app and synthesize your stacks.
Generates a `.build/` directory with the compiled files and a `.build/cdk.out/` directory with the synthesized CloudFormation stacks.
### `npm run deploy [stack]`
Deploy all your stacks to AWS. Or optionally deploy a specific stack.
### `npm run remove [stack]`
Remove all your stacks and all of their resources from AWS. Or optionally remove a specific stack.
### `npm run test`
Runs your tests using Jest. Takes all the [Jest CLI options](https://jestjs.io/docs/en/cli).
## Documentation
Learn more about the Serverless Stack.
- [Docs](https://docs.serverless-stack.com)
- [@serverless-stack/cli](https://docs.serverless-stack.com/packages/cli)
- [@serverless-stack/resources](https://docs.serverless-stack.com/packages/resources)## Community
[Follow us on Twitter](https://twitter.com/ServerlessStack) or [post on our forums](https://discourse.serverless-stack.com).