ENOUTFOUND API Gateway websocket. #2774
Y2KForever
started this conversation in
General
Replies: 1 comment
-
You need to specify the endpoint specifically in the configuration of ApiGatewayManagementApiClient. It will typically take a form like "https://{api-id}.execute-api.{region}.amazonaws.com/{stage}" and you can find in the API Gateway page in the AWS console. |
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, I'm trying to send a message to all the clients that's connected to an API Gateway websocket, but I keep getting the error
Which is really odd, since the everything is hosted on EU-central-1.
The code I have is this:
Anybody got an idea why it's not working?
Beta Was this translation helpful? Give feedback.
All reactions