awslabs/aws-sigv4-proxy

Support TCP proxy

rohang98 opened this issue · 0 comments

There are some teams out there that have a custom implementation of the proxy to support other protocols, like TCP.

For example, OTEL has an internal fork of the proxy that uses TCP, see open-telemetry/opentelemetry-collector-contrib#774.

It'd be nice if this repo could support TCP (and other protocols) and then in the configurations, specify which protocol to use. For this specific issue, I'd like TCP to be supported.