From 2d5ddae2b8778cba944a0222b62af6c1acf9a8e5 Mon Sep 17 00:00:00 2001 From: vivek vr Date: Tue, 24 Oct 2023 18:07:04 +0530 Subject: [PATCH] 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" + } ] }