Multi Room chat app with AWS APIGateway & DynamoDb Run DynamoDb locally using docker $ docker-compose up // or $ docker run -p 8000: 8000 amazon/dynamodb-local Create Tables $ node src/db/createTable.js Run the app $ serverless offline connect using wscat $ wscat -c ws://localhost:3001