Wraps a Stone.js outgoing response into the raw response API Gateway expects for a WebSocket route (typically { statusCode: 200 }; actual client delivery happens via the management API).
{ statusCode: 200 }
Build the raw response.
The raw response.
Static
Create a RawResponseWrapper.
Partial response options.
A new instance.
Wraps a Stone.js outgoing response into the raw response API Gateway expects for a WebSocket route (typically
{ statusCode: 200 }; actual client delivery happens via the management API).