Relative Content

Tag Archive for amazon-web-servicesaws-api-gatewayaws-websocket-api

Receive the connection id in API Gateway WebSocket on connect

I have created a WebSocket API in AWS API Gateway. When I connect to it from the browser, I want the client to immediately receive the connection id over the websocket. Is is possible to achieve this only with API Gateway with Mock integration, without adding a lambda function?