A Signer that signs requests using the AWS Signature
Version 4 (SigV4) signing process.
The signer takes and returns web-standard Request
objects and performs no network I/O. To send signed requests, pass an
instance to createSignedFetcher from @aws-lambda-powertools/signer/fetch.
A
Signerthat signs requests using the AWS Signature Version 4 (SigV4) signing process.The signer takes and returns web-standard
Requestobjects and performs no network I/O. To send signed requests, pass an instance tocreateSignedFetcherfrom@aws-lambda-powertools/signer/fetch.Example