chore(codegen): add sigv4a trait detection by kuhe · Pull Request #5850 · aws/aws-sdk-js-v3 (original) (raw)

Issue

n/a

Description

Add detection of the sigv4a auth trait and use the multiregion signer if that is the case.

Some services are already using sigv4a (hard-coded) but do not have the trait. This PR does not remove sigv4a from those services.

Testing