From cb5cb18df703577f223190bf545616b415e61dbd Mon Sep 17 00:00:00 2001 From: Viktorius Suwandi Date: Sun, 9 Jul 2023 14:33:54 +0700 Subject: [PATCH 1/3] Add lambda service to services.json --- services.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services.json b/services.json index 17eae56..8c678de 100644 --- a/services.json +++ b/services.json @@ -65,6 +65,12 @@ "service_url": "https://docs.aws.amazon.com/cloudfront", "service_youtube_url": "https://youtu.be/AT-nHW3_SVI", "service_folder_name": "cloudfront" + }, + { + "service_name": "AWS Lamda", + "service_url": "https://docs.aws.amazon.com/lambda/index.html", + "service_youtube_url": "https://youtu.be/eOBq__h4OJ4", + "service_folder_name": "lamda" } ] } From f9a416df6dd37003a13df3e0f738f5fdb25fbbbb Mon Sep 17 00:00:00 2001 From: Viktorius Suwandi Date: Sun, 9 Jul 2023 14:36:43 +0700 Subject: [PATCH 2/3] Add controltower service to services.json --- services.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services.json b/services.json index 8c678de..0a4a64e 100644 --- a/services.json +++ b/services.json @@ -71,6 +71,12 @@ "service_url": "https://docs.aws.amazon.com/lambda/index.html", "service_youtube_url": "https://youtu.be/eOBq__h4OJ4", "service_folder_name": "lamda" + }, + { + "service_name": "AWS KMS", + "service_url": "https://docs.aws.amazon.com/kms", + "service_youtube_url": "https://youtu.be/8Z0wsE2HoSo", + "service_folder_name": "kms" } ] } From 9128254caca8c2188706009d0b2836eb66a52496 Mon Sep 17 00:00:00 2001 From: Viktorius Suwandi Date: Sun, 9 Jul 2023 14:37:34 +0700 Subject: [PATCH 3/3] Add controltower-AWS ACM service to services.json --- services.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services.json b/services.json index 0a4a64e..c36ffcd 100644 --- a/services.json +++ b/services.json @@ -77,6 +77,12 @@ "service_url": "https://docs.aws.amazon.com/kms", "service_youtube_url": "https://youtu.be/8Z0wsE2HoSo", "service_folder_name": "kms" + }, + { + "service_name": "AWS ACM", + "service_url": "https://docs.aws.amazon.com/acm", + "service_youtube_url": "https://youtu.be/Nk77te-cksQ", + "service_folder_name": "acm" } ] }