From 71978e23868a76e07dd32337ec0f49ec76bad24e Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Mon, 28 Aug 2023 16:42:43 -0700 Subject: [PATCH] add comment in demo on TLS v1.3 situation --- src/main.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.zig b/src/main.zig index bade64a..79a2de5 100644 --- a/src/main.zig +++ b/src/main.zig @@ -88,6 +88,8 @@ pub fn main() anyerror!void { }; defer client.deinit(); + // As of 2023-08-28, only ECS from this list supports TLS v1.3 + // AWS commitment is to enable all services by 2023-12-31 const services = aws.Services(.{ .sts, .ec2, .dynamo_db, .ecs, .lambda, .sqs, .s3, .cloudfront }){}; for (tests.items) |t| {