AWS X-Ray for distributed application build using microservice architecture

In one of our projects, we have exposed a set of microservices via APIGateway available for consumption. We use the Lambda function (serverless architecture) in the backend. In our scenario, several API Resources are under one API and use the same Custom Authorizer. As Custom Authorizer, we are using the Lambda function that authenticates the […]