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
I am very new to both Elixir and this API. I was able to hack post_to_connection to hard code the /{stage} (and omit from the endpoint) and verified that the API works otherwise as expected.
Regards,
P.S. v0.31.1
The text was updated successfully, but these errors were encountered:
@fergusg Somehow this issue got lost. I've taken a look at this after the migration to V2 and it seems this would still be an issue. Unfortunately nothing in the spec indicates that a stage is a necessary parameter anywhere 😢
I've created a PR that I'll merge after: aws-beam/aws-codegen#109 which will address this issue 👍
I am using
ApiGatewayManagementApi.post_to_connection
setting the endpoint to{api-id}.execute-api.{region}.amazonaws.com/{stage}
However the API is sending
instead of what I expect:
I am very new to both Elixir and this API. I was able to hack
post_to_connection
to hard code the/{stage}
(and omit from the endpoint) and verified that the API works otherwise as expected.Regards,
P.S. v0.31.1
The text was updated successfully, but these errors were encountered: