How can I use aws-sdk and sigv4 gems? #2757
Unanswered
WebDeverDan
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Thanks for opening a discussion. For SigV4 signing, you should install and use the aws-sigv4 gem and use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings! I'm a junior dev and am working on a custom api to integrate with one of Amazon's systems. We've been told that we should use aws-sdk gem for grabbing credentials via our environment variables, and the sigv4 gem for creating our signature. Additionally we're using HTTParty for our api requests. I've successfully done this via the Postman AWS Signature auth headers, however am not finding any good examples of how to implement this in an actual application. As a junior dev, I'm also having extreme difficulty understanding the documentation and how to use the gems. Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions