Fork me on GitHub
#aws
<
2022-01-11
>
Daniel Craig16:01:18

What's the best way to make a signed request to an AWS endpoint? I want to make a request to the Neptune Streams endpoint of my neptune db. https://docs.aws.amazon.com/neptune/latest/userguide/streams-using.html#streams-using-api-call

viesti20:01:27

in the past I've used this clj-http middleware https://github.com/sharetribe/aws-sig4

Daniel Craig00:01:15

Thank you!!

🙇 1