aws-beam / aws_signature

Apache License 2.0
11 stars 8 forks source link

Add support for signing AWS event stream messages #22

Closed dmorn closed 1 year ago

dmorn commented 1 year ago

Current aws_signature API does not support signing AWS Event Stream messages, as the signature structure is slightly different.

Some months ago we created this fork internally which we use to sign a event stream payloads used to interact with AWS Transcribe on the HTTP/2 endpoint, see https://docs.aws.amazon.com/transcribe/latest/dg/streaming-setting-up.html.

I'm not finding the official docs at the moment (it is supposed to be https://docs.aws.amazon.com/transcribe/latest/dg/event-stream.html but it responds with a 302, it did not back then), but this is basically what https://github.com/awslabs/aws-c-event-stream/tree/3bc33662f9ccff4f4cbcf9509cc78c26e022fde0 is for.

jonatanklosko commented 1 year ago

Closed in #23.