We're using AWS API Gateway in a single region, which users from all over the world interact with. We've not yet had a chance to do multi-region deployments so some users experience a lot of latency as they're far from the AWS region.
I've seen that TLS 1.3 is faster due to single round-trip handshake and zero round-trip follow-ups. Our server interacts with apps (not browsers) so it's not too hard to ensure all our users have TLS 1.3 support. I'm curious roughly how much it would speed up the latency of our HTTPS requests and WebSocket connections if we enforced TLS 1.3?