Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamataryo/sandbox-sls-ws-ddb


https://github.com/kamataryo/sandbox-sls-ws-ddb

Last synced: about 2 months ago
JSON representation

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
```