Skip to content

Commit c7a3191

Browse files
committed
sleep after updating code [nficano#711]
1 parent 79a2805 commit c7a3191

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws_lambda/aws_lambda.py

+2
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ def update_function(
627627
Publish=True,
628628
)
629629

630+
time.sleep(90) # https://github.com/nficano/python-lambda/issues/711
631+
630632
kwargs = {
631633
'FunctionName': cfg.get('function_name'),
632634
'Role': role,

0 commit comments

Comments
 (0)