Is there a .NET library that can sign a request with AWS V4 Signature?

后端 未结 3 619
走了就别回头了
走了就别回头了 2021-01-12 14:54

I have an API Gateway where I\'m setting the authentication to use AWS_IAM. This requires that I sign each request with the AWS V4 signature and attach the HMAC in the head

3条回答
  •  独厮守ぢ
    2021-01-12 15:35

    An alternative to Aws4RequestSigner is AwsSignatureVersion4. I think its API is easier to work with, but I am biased since I am the author of the latter.

提交回复
热议问题