Skip to content

Commit

Permalink
Use FFMPEG layer v11
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Jun 24, 2024
1 parent 16f3a11 commit 5ded219
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5ded219

Please sign in to comment.