We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e453f9b commit f824e1eCopy full SHA for f824e1e
publish.sh
@@ -27,5 +27,5 @@ for region in $REGIONS; do
27
aws lambda add-layer-version-permission --region $region --layer-name $LAYER_NAME \
28
--statement-id sid1 --action lambda:GetLayerVersion --principal '*' \
29
--version-number $(aws lambda publish-layer-version --region $region --layer-name $LAYER_NAME --zip-file fileb://layer.zip \
30
- --description "FFMPEG ${GIT_VERSION} binaries" --query Version --output text --profile $PROFILE) --profile $PROFILE
+ --description "FFMPEG ${FFPMEG_VERSION} binaries" --query Version --output text --profile $PROFILE) --profile $PROFILE
31
done
0 commit comments