AWSTemplateFormatVersion: ‘2010-09-09’ Description: A stack that creates the resources required to complete the Amazon API Gateway WebSocket tutorial. Resources: ConnectionsTable:
Tag: websocket
AWS Websocket Chat Example Notes
Resources: ConnectionsTable8000B8A1: Type: AWS::DynamoDB::Table Properties: KeySchema: – AttributeName: connectionId KeyType: HASH AttributeDefinitions: – AttributeName: connectionId AttributeType: S ProvisionedThroughput: ReadCapacityUnits: 5
Websocket simple nodejs examples
Here is an example of a complete Node.js script that listens for a response from a WebSocket server: const WebSocket
AWS Websocket notes
WSCAT – utility is a convenient tool for testing a WebSocket API Tutorial: Building a serverless chat app with a
Websocket
AWS serverless documentation Authorization Using API Gateway blog Iam Role Events handled by CreateSocket labmda: Connect Do Not Message the