From 5ded219c7c778e847c029fa08e3e116f2b612a88 Mon Sep 17 00:00:00 2001 From: "Michael B. Klein" Date: Mon, 24 Jun 2024 20:01:01 +0000 Subject: [PATCH] Use FFMPEG layer v11 --- template.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index 6d69d5d6..c6e70a8b 100644 --- a/template.yaml +++ b/template.yaml @@ -63,6 +63,10 @@ Parameters: DcUrl: Type: String Description: URL of Digital Collections website + FfmpegLayer: + Type: String + Description: "FFMPEG Lambda Layer ARN" + Default: "arn:aws:lambda:us-east-1:625046682746:layer:ffmpeg:11" OpenSearchModelId: Type: String Description: OpenSearch Model ID @@ -932,7 +936,7 @@ Resources: Timeout: 900 MemorySize: 10240 Layers: - - !Sub "arn:aws:lambda:us-east-1:${AWS::AccountId}:layer:ffmpeg:9" + - !Ref FfmpegLayer Policies: Version: 2012-10-17 Statement: