Closed iartemiev closed 1 week ago
Sigv4 calculation for Event API WS Connect was incorrectly appending a /connect path to the request URL. This is required for GQL Realtime WS Connect, but breaks for Event API.
/connect
https://github.com/aws-amplify/amplify-js/issues/14001
yarn test
Description of changes
Sigv4 calculation for Event API WS Connect was incorrectly appending a
/connect
path to the request URL. This is required for GQL Realtime WS Connect, but breaks for Event API.Issue #, if available
https://github.com/aws-amplify/amplify-js/issues/14001
Description of how you validated changes
Checklist
yarn test
passes