We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878197d commit b0da29dCopy full SHA for b0da29d
1 file changed
entrypoint.sh
@@ -21,7 +21,7 @@ publish_dependencies_as_layer(){
21
echo "Publishing dependencies as a layer..."
22
local result=$(aws lambda publish-layer-version --layer-name "${LAMBDA_LAYER_ARN}" --zip-file fileb://dependencies.zip)
23
LAYER_VERSION=$(jq '.Version' <<< "$result")
24
- rm -rf dependencies
+ rm -rf python
25
rm dependencies.zip
26
}
27
0 commit comments