Open davidbarsky opened 5 years ago
Very cool. I like how you and I are always so closely curious about the same things ;)
I was testing this with a cli to post to an apigw websocket endpoint connection. Rusoto gets me all of this for how but I'll take a look at the ring thing because I really don't need all of rusoto core for this.
Update: I got it working, alongside with portions of it hooked up into the test suite. https://github.com/davidbarsky/sigv4
Oh neat! I'll check it out. You should contribute some of this back to rusoto
I’d like to, but it only supports a subset of the functionality that Rusoto’s SigV4 signer does. I’d like to reach feature parity first.
From: Doug Tangren notifications@github.com Sent: Thursday, November 7, 2019 5:52 PM To: softprops/sigv4 Cc: David Barsky; Author Subject: Re: [softprops/sigv4] A quick, ring-based SigV4 signer draft (#1)
Oh neat! I'll check it out. You should contribute some of this back to rusoto
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/softprops/sigv4/issues/1?email_source=notifications&email_token=AAPY2PT2TEFHXDXYM7QWU63QSSL3HA5CNFSM4HE4YAX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDODRSY#issuecomment-551303371, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAPY2PXRSYNX2VKTNS3ONADQSSL3HANCNFSM4HE4YAXQ.
Hey Doug! I've got a quick draft of a SigV4 signer I drew up a while back using ring. I haven't really tested it end-to-end, but it might be useful to you!