A listener that will replay a request to an alternate upstream. If the the original response and the re-played response
are different, the request and the two responses are logged to AWS S3.
Only requests that can be handled by the alternate upstream are sent to the alternate upstream.
This is a handy utility if you’re rewriting one of your upstream services and want to make sure they have the same behavior.
Authentication
Shield uses the AWS Java SDK for communicating with AWS Services. See the documentation on how to set up Shield with
AWS Credentials.