Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamataryo/sandbox-sls-ws-ddb
https://github.com/kamataryo/sandbox-sls-ws-ddb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamataryo/sandbox-sls-ws-ddb
- Owner: kamataryo
- Created: 2020-05-02T11:47:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:23:30.000Z (almost 2 years ago)
- Last Synced: 2023-09-17T00:27:49.697Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SANDBOX Serverless WebSocket DynamoDB
Serverless WebSocket Sample.
## development
```shell
$ git clone [email protected]:kamataryo/sandbox-sls-ws-ddb.git
$ cd sandbox-sls-ws-ddb
$ cp .envrc.sample .envrc
$ vi .envrc # Edit with your AWS Account Access Infomation
$ yarn
$ npm start
```## deploy
Caution: It creates a CloudFormation Stack named `sandbox-sls-ws-ddb` with your AWS Account once deployed.
```shell
npm run deploy
```