@@ -154,7 +154,7 @@ Resources:
154154 Handler: extractaudio.handler
155155 MemorySize: 2048
156156 Role: !GetAtt 'MediaConvertForLambdaRole.Arn'
157- Runtime: nodejs14 .x
157+ Runtime: nodejs16 .x
158158 Timeout: 600
159159 Description: Uses Media Convert to extract MP3 audio from input videos
160160 Environment:
@@ -201,7 +201,7 @@ Resources:
201201 Handler: batchcomplete.handler
202202 MemorySize: 2048
203203 Role: !GetAtt 'CommonRoleForLambda.Arn'
204- Runtime: nodejs14 .x
204+ Runtime: nodejs16 .x
205205 Timeout: 900
206206 Description: Move captions files and burned video to specific s3 path
207207 Environment:
@@ -232,7 +232,7 @@ Resources:
232232 Handler: lambda/transcribeaudio.handler
233233 MemorySize: 512
234234 Role: !GetAtt 'TranscribeRole.Arn'
235- Runtime: nodejs14 .x
235+ Runtime: nodejs16 .x
236236 Timeout: 15
237237 Description: Uses Transcribe to extract text from audio
238238 Environment:
@@ -270,7 +270,7 @@ Resources:
270270 Handler: lambda/createcaptions.handler
271271 MemorySize: 512
272272 Role: !GetAtt 'CommonRoleForLambda.Arn'
273- Runtime: nodejs14 .x
273+ Runtime: nodejs16 .x
274274 Timeout: 60
275275 Description: Creates captions for videos from transcription results
276276 Environment:
@@ -304,7 +304,7 @@ Resources:
304304 Handler: lambda/getvideos.handler
305305 MemorySize: 128
306306 Role: !GetAtt 'CommonRoleForLambda.Arn'
307- Runtime: nodejs14 .x
307+ Runtime: nodejs16 .x
308308 Timeout: 29
309309 Description: Loads videos from DynamoDB
310310 Environment:
@@ -331,7 +331,7 @@ Resources:
331331 Handler: lambda/getvideo.handler
332332 MemorySize: 128
333333 Role: !GetAtt 'CommonRoleForLambda.Arn'
334- Runtime: nodejs14 .x
334+ Runtime: nodejs16 .x
335335 Timeout: 29
336336 Description: Loads a single video from DynamoDB
337337 Environment:
@@ -370,7 +370,7 @@ Resources:
370370 Handler: lambda/updatevideolanguage.handler
371371 MemorySize: 128
372372 Role: !GetAtt 'TranscribeRole.Arn'
373- Runtime: nodejs14 .x
373+ Runtime: nodejs16 .x
374374 Timeout: 29
375375 Description: Updates the language of a video in DynamoDB
376376 Environment:
@@ -396,7 +396,7 @@ Resources:
396396 Handler: lambda/updatevideostatus.handler
397397 MemorySize: 128
398398 Role: !GetAtt 'CommonRoleForLambda.Arn'
399- Runtime: nodejs14 .x
399+ Runtime: nodejs16 .x
400400 Timeout: 29
401401 Description: Updates the status of a video in DynamoDB
402402 Environment:
@@ -422,7 +422,7 @@ Resources:
422422 Handler: lambda/updatevideoname.handler
423423 MemorySize: 128
424424 Role: !GetAtt 'CommonRoleForLambda.Arn'
425- Runtime: nodejs14 .x
425+ Runtime: nodejs16 .x
426426 Timeout: 29
427427 Description: Updates the name of a video in DynamoDB
428428 Environment:
@@ -448,7 +448,7 @@ Resources:
448448 Handler: lambda/updatevideodescription.handler
449449 MemorySize: 128
450450 Role: !GetAtt 'CommonRoleForLambda.Arn'
451- Runtime: nodejs14 .x
451+ Runtime: nodejs16 .x
452452 Timeout: 29
453453 Description: Updates the description of a video in DynamoDB
454454 Environment:
@@ -474,7 +474,7 @@ Resources:
474474 Handler: lambda/deletevideo.handler
475475 MemorySize: 128
476476 Role: !GetAtt 'CommonRoleForLambda.Arn'
477- Runtime: nodejs14 .x
477+ Runtime: nodejs16 .x
478478 Timeout: 29
479479 Description: Purges a single video from the system
480480 Environment:
@@ -514,7 +514,7 @@ Resources:
514514 Handler: lambda/reprocessvideo.handler
515515 MemorySize: 128
516516 Role: !GetAtt 'InvokeLambdaRole.Arn'
517- Runtime: nodejs14 .x
517+ Runtime: nodejs16 .x
518518 Timeout: 29
519519 Description: Reprocesses a video
520520 Environment:
@@ -554,7 +554,7 @@ Resources:
554554 Handler: lambda/getupload.handler
555555 MemorySize: 128
556556 Role: !GetAtt 'CommonRoleForLambda.Arn'
557- Runtime: nodejs14 .x
557+ Runtime: nodejs16 .x
558558 Timeout: 29
559559 Description: Fetches a signed URL for uploading video into S3
560560 Environment:
@@ -585,7 +585,7 @@ Resources:
585585 Handler: lambda/putcaption.handler
586586 MemorySize: 128
587587 Role: !GetAtt 'CommonRoleForLambda.Arn'
588- Runtime: nodejs14 .x
588+ Runtime: nodejs16 .x
589589 Timeout: 29
590590 Description: Saves captions to DynamoDB
591591 Environment:
@@ -617,7 +617,7 @@ Resources:
617617 Handler: lambda/burncaption.handler
618618 MemorySize: 2048
619619 Role: !GetAtt 'MediaConvertForLambdaRole.Arn'
620- Runtime: nodejs14 .x
620+ Runtime: nodejs16 .x
621621 Timeout: 900
622622 Description: Burn captions to uploaded video
623623 Environment:
@@ -672,7 +672,7 @@ Resources:
672672 Handler: lambda/getcaption.handler
673673 MemorySize: 128
674674 Role: !GetAtt 'CommonRoleForLambda.Arn'
675- Runtime: nodejs14 .x
675+ Runtime: nodejs16 .x
676676 Timeout: 29
677677 Description: Fetches captions in WEBVTT format
678678 Environment:
@@ -699,7 +699,7 @@ Resources:
699699 Handler: lambda/getvocabulary.handler
700700 MemorySize: 128
701701 Role: !GetAtt 'CommonRoleForLambda.Arn'
702- Runtime: nodejs14 .x
702+ Runtime: nodejs16 .x
703703 Timeout: 29
704704 Description: Loads vocabulary from DynamoDB
705705 Environment:
@@ -730,7 +730,7 @@ Resources:
730730 Handler: lambda/headvocabulary.handler
731731 MemorySize: 128
732732 Role: !GetAtt 'TranscribeRole.Arn'
733- Runtime: nodejs14 .x
733+ Runtime: nodejs16 .x
734734 Timeout: 29
735735 Description: Checks if vocabulary is ready to save
736736 Environment:
@@ -759,7 +759,7 @@ Resources:
759759 Handler: lambda/putvocabulary.handler
760760 MemorySize: 128
761761 Role: !GetAtt 'TranscribeRole.Arn'
762- Runtime: nodejs14 .x
762+ Runtime: nodejs16 .x
763763 Timeout: 29
764764 Description: Saves vocabulary to DynamoDB
765765 Environment:
@@ -790,7 +790,7 @@ Resources:
790790 Handler: lambda/gettweaks.handler
791791 MemorySize: 128
792792 Role: !GetAtt 'CommonRoleForLambda.Arn'
793- Runtime: nodejs14 .x
793+ Runtime: nodejs16 .x
794794 Timeout: 29
795795 Description: Loads tweaks from DynamoDB
796796 Environment:
@@ -816,7 +816,7 @@ Resources:
816816 Handler: lambda/puttweaks.handler
817817 MemorySize: 128
818818 Role: !GetAtt 'CommonRoleForLambda.Arn'
819- Runtime: nodejs14 .x
819+ Runtime: nodejs16 .x
820820 Timeout: 29
821821 Description: Saves tweaks to DynamoDB
822822 Environment:
@@ -842,7 +842,7 @@ Resources:
842842 Handler: lambda/putlanguage.handler
843843 MemorySize: 128
844844 Role: !GetAtt 'CommonRoleForLambda.Arn'
845- Runtime: nodejs14 .x
845+ Runtime: nodejs16 .x
846846 Timeout: 29
847847 Description: Saves tweaks to DynamoDB
848848 Environment:
@@ -874,7 +874,7 @@ Resources:
874874 Handler: lambda/translatecaptions.handler
875875 MemorySize: 128
876876 Role: !GetAtt 'TranslateRole.Arn'
877- Runtime: nodejs14 .x
877+ Runtime: nodejs16 .x
878878 Timeout: 890
879879 Description: Translate captions
880880 Environment:
@@ -906,7 +906,7 @@ Resources:
906906 Handler: lambda/getburnedvideo.handler
907907 MemorySize: 128
908908 Role: !GetAtt 'CommonRoleForLambda.Arn'
909- Runtime: nodejs14 .x
909+ Runtime: nodejs16 .x
910910 Timeout: 600
911911 Description: Get burned video signUrl
912912 Environment:
@@ -938,7 +938,7 @@ Resources:
938938 Handler: lambda/updateburnedvideopath.handler
939939 MemorySize: 128
940940 Role: !GetAtt 'CommonRoleForLambda.Arn'
941- Runtime: nodejs14 .x
941+ Runtime: nodejs16 .x
942942 Timeout: 29
943943 Description: update burned video s3 path to DDB
944944 Environment:
@@ -964,7 +964,7 @@ Resources:
964964 Handler: lambda/customresource.handler
965965 MemorySize: 128
966966 Role: !GetAtt 'CustomerResourceRole.Arn'
967- Runtime: nodejs14 .x
967+ Runtime: nodejs16 .x
968968 Timeout: 900
969969 Description: Performs custom cloudformation initialisation
970970 Environment:
0 commit comments