Sign API GW requests #133
-
I have an API GW with IAM authorization on the endpoints. How can I use this SDK to sign the request? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
this is an open design area. Do you mind sharing a bit more about your situation? (eg. what libraries are you using, etc.). Currently there is a standalone signer available here: https://awslabs.github.io/aws-sdk-rust/aws_sig_auth/signer/struct.SigV4Signer.html#method.sign However, depending on how your stack is set up, it might be hard to use. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
this is an open design area. Do you mind sharing a bit more about your situation? (eg. what libraries are you using, etc.). Currently there is a standalone signer available here: https://awslabs.github.io/aws-sdk-rust/aws_sig_auth/signer/struct.SigV4Signer.html#method.sign
However, depending on how your stack is set up, it might be hard to use.