Closed
Description
I'm trying to use the Dynamodb API to access information via http. I successfully used the HMAC function to create the signature, but I'm have difficulty creating the actual request. My hope is to use a pre-signed get request for Dynamodb and I was hoping someone could point me to the correct documentation.
I've read several different alternatives and it is a bit confusing.
- http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
- http://docs.aws.amazon.com/general/latest/gr/sigv4-add-signature-to-request.html
- http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/MakingHTTPReests.html
Thanks for you input.