File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Resources:
99 LambdaLayer :
1010 Type : AWS::Serverless::LayerVersion
1111 Properties :
12- LayerName : ffmpeg
12+ LayerName : ffmpeg
1313 Description : FFMPEG for AWS Lambda
1414 ContentUri : build/layer
1515 CompatibleRuntimes :
@@ -19,6 +19,8 @@ Resources:
1919 - python3.12
2020 - java21
2121 - provided.al2023
22+ CompatibleArchitectures :
23+ - x86_64
2224 LicenseInfo : GPL-2.0-or-later
2325 RetentionPolicy : Retain
2426
@@ -36,8 +38,8 @@ Metadata:
3638 Author : ThinkTik
3739 SpdxLicenseId : GPL-2.0-or-later
3840 LicenseUrl : LICENSE.txt
39- ReadmeUrl : README-SAR.md
40- Labels : ['layer', 'lambda', 'ffmpeg', 'ffprobe']
41+ ReadmeUrl : README-SAR.md
42+ Labels : [ 'layer', 'lambda', 'ffmpeg', 'ffprobe' ]
4143 HomePageUrl : https://github.com/thinktik/ffmpeg-aws-lambda-layer
4244 SemanticVersion : 1.0.0
4345 SourceCodeUrl : https://github.com/thinktik/ffmpeg-aws-lambda-layer
You can’t perform that action at this time.
0 commit comments