From 8a50be286ce7e47257a714a965d987fceeec92bc Mon Sep 17 00:00:00 2001 From: vivek vr Date: Tue, 24 Oct 2023 17:42:54 +0530 Subject: [PATCH 1/3] Add AWS Cloudformation --- services.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 100644 => 100755 services.json diff --git a/services.json b/services.json old mode 100644 new mode 100755 index 6cbcf84..573a0d7 --- a/services.json +++ b/services.json @@ -95,6 +95,12 @@ "service_url": "https://docs.aws.amazon.com/codecommit", "service_youtube_url": "https://youtu.be/46PRLMW8otg", "service_folder_name": "codecommit" - } + }, + { + "service_name": "AWS CloudFormation", + "service_url": "https://aws.amazon.com/cloudformation/", + "service_youtube_url": "https://youtu.be/Omppm_YUG2g?si=KXCQT34IouEND_WR", + "service_folder_name": "cloudformation" + } ] } From 2d5ddae2b8778cba944a0222b62af6c1acf9a8e5 Mon Sep 17 00:00:00 2001 From: vivek vr Date: Tue, 24 Oct 2023 18:07:04 +0530 Subject: [PATCH 2/3] Add[#52]: AWS Transfer Family URLs --- services.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/services.json b/services.json index 573a0d7..c3be9de 100755 --- a/services.json +++ b/services.json @@ -101,6 +101,12 @@ "service_url": "https://aws.amazon.com/cloudformation/", "service_youtube_url": "https://youtu.be/Omppm_YUG2g?si=KXCQT34IouEND_WR", "service_folder_name": "cloudformation" - } + }, + { + "service_name": "AWS Transfer Family", + "service_url": "https://docs.aws.amazon.com/transfer/", + "service_youtube_url": "https://youtu.be/wYaL06kAIxs", + "service_folder_name": "transfer-family" + } ] } From b89da7595c09e1e3370de5641bdce7ca2c23478e Mon Sep 17 00:00:00 2001 From: vivek vr Date: Tue, 24 Oct 2023 18:15:21 +0530 Subject: [PATCH 3/3] Add[#50]: AWS IAM URL --- services.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services.json b/services.json index c3be9de..cf0ae8d 100755 --- a/services.json +++ b/services.json @@ -107,6 +107,12 @@ "service_url": "https://docs.aws.amazon.com/transfer/", "service_youtube_url": "https://youtu.be/wYaL06kAIxs", "service_folder_name": "transfer-family" + }, + { + "service_name": "AWS IAM", + " service_url": "https://docs.aws.amazon.com/iam", + "service_youtube_url": "https://youtu.be/SXSqhTn2DuE", + "service_folder_name": "iam" } ] }