Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chapter-2/twentyfour-hour-video/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -30,4 +30,4 @@ functions:
MEDIA_ROLE: ${self:custom.media-role}
TRANSCODED_VIDEO_BUCKET: ${self:custom.transcode-bucket}
events:
- s3: ${self:custom.upload-bucket}
- s3: ${self:custom.upload-bucket}