AwsReverseProxy
fun AwsReverseProxy(vararg awsServices: Pair<AwsServiceCompanion, HttpHandler>): HttpHandler(source)
Simple ReverseProxy for AWS services. Allows for simple traffic splitting based on the Host header. Uses Contains matching so that service subdomains (e.g. "foo.service1.aws") route to the configured service ("service1").