oieduardorabelo / cdk-api-gateway-websocket

WebSocket API in Amazon API Gateway using AWS CDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocket API in Amazon API Gateway

CDK example of:

  • WebSocket API using Amazon API Gateway WebSocketApi Construct
  • Using $connect and $disconnect routes to manage connected users
  • Using AWS.ApiGatewayManagementApi to send message from backend to connected clients

Final architecture:

Extra resources:

About

WebSocket API in Amazon API Gateway using AWS CDK


Languages

Language:TypeScript 93.6%Language:JavaScript 6.4%