Created
November 12, 2024 12:17
-
-
Save ran-isenberg/2bffedaacc4423d7d23901b803cc280a to your computer and use it in GitHub Desktop.
api_gw_websocket_api_disconnect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 'headers': { | |
| 'Host': 'asasasas.execute-api.us-east-1.amazonaws.com', | |
| 'x-api-key': '', | |
| 'X-Forwarded-For': '', | |
| 'x-restapi': '' | |
| }, | |
| 'multiValueHeaders': { | |
| 'Host': ['asasasas.execute-api.us-east-1.amazonaws.com'], | |
| 'x-api-key': [''], | |
| 'X-Forwarded-For': [''], | |
| 'x-restapi': [''] | |
| }, | |
| 'requestContext': { | |
| 'routeKey': '$disconnect', | |
| 'disconnectStatusCode': 1005, | |
| 'eventType': 'DISCONNECT', | |
| 'extendedRequestId': 'BFbOeE87IAMF31w=', | |
| 'requestTime': '11/Nov/2024:13:51:49 +0000', | |
| 'messageDirection': 'IN', | |
| 'disconnectReason': 'Client-side close frame status not set', | |
| 'stage': 'prod', | |
| 'connectedAt': 1731332735513, | |
| 'requestTimeEpoch': 1731333109875, | |
| 'identity': { | |
| 'sourceIp': '166.90.225.1' | |
| }, | |
| 'requestId': 'BFbOeE87IAMF31w=', | |
| 'domainName': 'asasasas.execute-api.us-east-1.amazonaws.com', | |
| 'connectionId': 'BFaT_fALIAMCKug=', | |
| 'apiId': 'asasasas' | |
| }, | |
| 'isBase64Encoded': False | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment