Skip to main content

All Questions

0 votes
1 answer
1k views

Making a request to AWS APIGateway API (with IAM permissions)

I'm a bit inexperienced with Java so that may be my main issue but I'm trying to make an API request to an API that was generated by AWS's API Gateway. The API can only be executed by specific IAM ...
dredbound's user avatar
  • 1,679
1 vote
0 answers
2k views

"Connection reset by peer" for Java HttpClient request

I'm using SpringBoot with JDK 11. This application is deployed on a container (AWS). Into my REST Controllers I need to call internally external REST api services (using TLS 1.2) I'm using java.net....
Safari's user avatar
  • 12k