Skip to content

Commit 56e8218

Browse files
author
SatoshiMoriyama
committed
Fix: Increase IAM role propagation wait time to 15 seconds
1 parent 482957b commit 56e8218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tuts/087-apigateway-lambda-integration/apigateway-lambda-integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ aws iam attach-role-policy \
9595
--policy-arn "arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
9696

9797
# Wait for role propagation
98-
sleep 10
98+
sleep 15
9999

100100
echo "Creating Lambda function..."
101101

0 commit comments

Comments
 (0)