Authentication between microservices: Amazon API Gateway
问题 I have several microservices(Springboot) which I have hosted on AWS. For example Lets assume Service1 and Service2 are two micro services. Service1 is the microservice which is accessed by frontend and mobile app. Service1 calls Service2. Service2 is completely internal. I have setup Amazon API Gateway which sits infront of Service1. And I have Authentication(Oauth) configured using cognito. All this is working. When calling from frontend/app, the request needs to be authenticated with the