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
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
When a lambda function is attached to the $CONNECT route in a Websocket API, I get parsing errors e.g.
Error: Error("data did not match any variant of untagged enum LambdaRequest", line: 0, column: 0)
The raw request looks like this :
The lambda handler code is very simple :
The code above parses the fixture file correctly.
The text was updated successfully, but these errors were encountered: