When using the AWS SigV4 Proxy to sign requests made to an authenticated Lattice service, there is a need to specify whether to use HTTP or HTTPS depending on whether the Lattice service is secured using TLS. This annotation specified this option which results in the "--scheme http" or "--scheme https" argument added to the SigV4 proxy. There is a separate PR created on the SigV4 proxy to process this argument.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes:
When using the AWS SigV4 Proxy to sign requests made to an authenticated Lattice service, there is a need to specify whether to use HTTP or HTTPS depending on whether the Lattice service is secured using TLS. This annotation specified this option which results in the "--scheme http" or "--scheme https" argument added to the SigV4 proxy. There is a separate PR created on the SigV4 proxy to process this argument.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.