Replies: 1 comment
-
thank you I have found my solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have a question to your repo (serverless-websocket-example). After creating the api websocket and connect the route $connect to connect Lambda, it works fine and I can connect and save the connectionId to Dynamodb. The Problem comes directly after adding an Authorizer for $connect route. the authorization step works fine, and I can see the logs and the PolicyDoc returned by the function, but then I got 500 Unexpected server response and the connect route and the connect Lambda is not called. The only error I see in my configuration is that in the function configuration I see the following error by the trriger which I red, it is a bug in AWS (The API with ID 3jp9shw0e1 doesn’t include a route with path /* having an integration arn:aws:lambda:eu-central-1:xxxxxxxxxxx:function:pushNotificationUsingWebsocketConnectionAuthorizer.).
Do you have any idea, what could the Problem be?
Beta Was this translation helpful? Give feedback.
All reactions