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
To send messages to API Gateway I would expect to be able to pass a specific endpoint as specified in the specs.
However, I don't see how it is possible to do so in AWS.jl. I even noticed that generate_service_url forces to contain **/amazonaws.com as a endpoint when I would like to use an alias. myendpoint.mywebsite.com
The text was updated successfully, but these errors were encountered:
To send messages to API Gateway I would expect to be able to pass a specific endpoint as specified in the specs.
However, I don't see how it is possible to do so in AWS.jl. I even noticed that
generate_service_url
forces to contain**/amazonaws.com
as a endpoint when I would like to use an alias.myendpoint.mywebsite.com
The text was updated successfully, but these errors were encountered: