API Gateway WebSocket Sample
Purpose: Working example of using AWS API Gateway, DynamoDB and Lambda to implement a WebSocket
Getting Started
Deploying
# install AWS CDK
npm install -g aws-cdk
# clone the repository
cd apigateway-websocket-sample
npm installOnce dependencies have been installed, you are ready to run CDK
cdk deployDestroying
Simply run:
cdk destroyImplementation
For a further and in-depth review of how to use this repository and what it supports, head on over the Blog Article
