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 5364f80 commit 02cf9bfCopy full SHA for 02cf9bf
1 file changed
entrypoint.sh
@@ -35,6 +35,8 @@ publish_function_code(){
35
echo ${INPUT_LAMBDA_FUNCTION_NAME}
36
zip -r code.zip . -x \*.git\*
37
aws lambda update-function-code --function-name "${INPUT_LAMBDA_FUNCTION_NAME}" --zip-file fileb://code.zip
38
+ echo "waiting for lambda function to be updated"
39
+ aws lambda wait function-updated --function-name "${INPUT_LAMBDA_FUNCTION_NAME}"
40
}
41
42
update_function_layers(){
0 commit comments