I created a backend that spans multiple instances of EC2 (microservice architecture), and I use the AWS API Gateway to transfer all requests through a single endpoint. I also created a token-based authentication system, which requires that each request validate the token in the Auth service before it is completed.
Is there anyway to tell the Gateway API to perform the test by calling the Auth service, instead of implementing it on each endpoint backend?
amazon-web-services amazon-ec2 aws-api-gateway
Santiago Martรญ Olbrich
source share