[Reopening] API Gateway Management API post to connection throws GoneException #3565
zachjonesnoel
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reopening #999 where from Lambda fn NodeJS 16 runtime when invoking and trying to post message to the active connection, it throws GoneException.
And based on the fix suggested by @trivikr and @m-radzikowski tried specifying "https://" and the error persisted.
Code fix: Explicitly prefix
https://
when passing the endpoint.Code to update:
Originally posted by @trivikr in #999 (comment)
Beta Was this translation helpful? Give feedback.
All reactions