You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@normj do you have any example on how a json event from API Gateway websocket looks like?
I'm wondering whether I should be able to use CURL to post some json to my lambda running on a local AWS Runtime Interface Emulator pretending that it's coming from a websocket, since SAM does not support websockets and I can't test that integration locally.
The APIGatewayProxyRequest event class needs to be updated to support the new properties for WebSockets like DomainName and ConnectionId.
The text was updated successfully, but these errors were encountered: