Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ffxsam/v2-presentation2
https://github.com/ffxsam/v2-presentation2
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ffxsam/v2-presentation2
- Owner: ffxsam
- Created: 2021-12-15T17:52:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T23:41:47.000Z (about 3 years ago)
- Last Synced: 2024-11-11T15:36:35.254Z (2 months ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- 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).