Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1 KB

File metadata and controls

43 lines (24 loc) · 1 KB

How to create a WebSocket API with serverless

An example serverless app created with SST.

Getting Started

Read the tutorial

Install the dependencies.

$ npm install

Commands

npm run start

Starts the Live Lambda Development environment.

npm run build

Build your app and synthesize your 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 removes, a specific stack.

npm run test

Runs your tests using Jest. Takes all the Jest CLI options.

Documentation

Learn more about the SST.