From a76400057514ac1b13f205f103c6a1eba8dd6178 Mon Sep 17 00:00:00 2001 From: Robert Kulagowski Date: Thu, 22 Jul 2021 18:33:19 -0500 Subject: [PATCH] Update serverless.yml Update comment to reflect what it's actually doing. --- chapter-2/twentyfour-hour-video/serverless.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter-2/twentyfour-hour-video/serverless.yml b/chapter-2/twentyfour-hour-video/serverless.yml index 6e417b6..8a143c3 100644 --- a/chapter-2/twentyfour-hour-video/serverless.yml +++ b/chapter-2/twentyfour-hour-video/serverless.yml @@ -17,7 +17,7 @@ custom: transcode-bucket: transcoded-video-bucket #change this to the bucket name you have already created transcode-video-role: arn:aws:iam::038221756127:role/transcode-video #change this to your Lambda role media-endpoint: https://lxlxpswfb.mediaconvert.us-east-1.amazonaws.com #change this to your endpoint - media-role: arn:aws:iam::038221756127:role/media-convert-role #change this to your media endpoint + media-role: arn:aws:iam::038221756127:role/media-convert-role #change this to the role for your converter functions: transcode-video: @@ -30,4 +30,4 @@ functions: MEDIA_ROLE: ${self:custom.media-role} TRANSCODED_VIDEO_BUCKET: ${self:custom.transcode-bucket} events: - - s3: ${self:custom.upload-bucket} \ No newline at end of file + - s3: ${self:custom.upload-bucket}