All Questions
Tagged with aws-java-sdk-2.x aws-api-gateway
3 questions
-1
votes
0
answers
16
views
API Gateway Access Errors with Java SDK
I'm using the AWS SDK v2 in my Java program to send a request to an API Gateway I've hosted. I'm seeing some unexpected errors where I'm receiving a 403 Forbidden response from my gateway, but only in ...
1
vote
1
answer
689
views
Why do I get a 403 error when connecting to an AWS API Gateway websocket API using the AWS SDK?
I’m currently developing a Spring application and have encountered an issue while trying to post a message to a Websocket connection.
I’ve successfully set up a Websocket API in AWS API Gateway and ...
0
votes
1
answer
312
views
How to get endpoint of AWS API gateway created through SAM using javascript
I am creating an api gateway from a SAM template. I need a separate web page to make get requests to the api using javascript. However, I am unsure how to make requests if I don't know the endpoint ...