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
APIGatewayWebSocketRequest was not decoding url query parameters from
event payloads.
### Motivation:
API Gateway WebSocket endpoints do support capturing and forwarding
query parameters. Probably just omitted because it isn't particularly
common.
### Modifications:
Added the field. Added a test. Verified against a real system that uses
the feature.
### Result:
Query parameters for APIGatewayWebSocketRequest will be available to
clients.
0 commit comments