Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 33d57a2

Browse files
author
Pete Dunlap
committed
adds sleep to accomodate new lambda error
1 parent e12fd92 commit 33d57a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ deploy_lambda_function(){
130130
functionNames=(${INPUT_LAMBDA_FUNCTION_NAMES//,/ })
131131
for name in ${functionNames[@]}; do
132132
publish_function $name
133+
sleep 30
133134
update_function_layers $name
134135
done
135136
}

0 commit comments

Comments
 (0)