Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit 3b86d11

Browse files
committed
2.3.0
1 parent 29ef1d0 commit 3b86d11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-ffmpeg",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"description": "AWS Lambda function to resize video and generate a thumbnail",
66
"engineStrict": true,

platform/aws/cloudformation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"Parameters": {
55
"SourceBucketName": {
66
"Type": "String",
7-
"AllowedPattern": "^[a-z]+[a-z.\\-]+[a-z]+$",
7+
"AllowedPattern": "^[a-z]+[a-z0-9.\\-]+[a-z0-9]$",
88
"MaxLength": "63",
99
"Description": "The S3 source bucket"
1010
},
1111
"DestinationBucketName": {
1212
"Type": "String",
13-
"AllowedPattern": "^[a-z]+[a-z.\\-]+[a-z]+$",
13+
"AllowedPattern": "^[a-z]+[a-z0-9.\\-]+[a-z0-9]$",
1414
"MaxLength": 63,
1515
"Description": "The S3 destination bucket"
1616
},

0 commit comments

Comments
 (0)