From 8a50be286ce7e47257a714a965d987fceeec92bc Mon Sep 17 00:00:00 2001 From: vivek vr Date: Tue, 24 Oct 2023 17:42:54 +0530 Subject: [PATCH] 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" + } ] }