Closed ericfuxealth closed 3 years ago
@ericfuxealth - Does each individual request need to be signed each time with a new signature, or can you create one signature once up front and use for any subsequent request?
If if is the latter, I think creating the signature and passing into the constructor (as additionHeaders
) would do the trick.
I think reading through this - https://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html - it seems each request would have to be signed each request.
I think reading through this - https://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html - it seems each request would have to be signed each request.
Each request has to be signed separately because the current timestamp is included in the signature.
@bkaney any update on this PR review?
@bkaney Any update on this? I am also waiting for this PR to get merge
@shravan097 @ericfuxealth I will work on this today. I would like to add an @example
to the JSDoc for the constructor though. Do you think you could do that?
@bkaney Let us know if any further changes are necessary
…HIR store such as AWS healthlake.