Skip to content

Commit 574ac85

Browse files
committed
feat: wait for completion
1 parent ca39504 commit 574ac85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/aws-lambda-java-profiler/update-function.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ aws lambda update-function-configuration \
3131
--function-name "$FUNCTION_NAME" \
3232
--layers $(aws lambda list-layer-versions --layer-name profiler-layer --query 'LayerVersions[0].LayerVersionArn' --output text)
3333

34-
# Wait for the function is updated
34+
# Wait for the function to be updated
3535
aws lambda wait function-updated \
3636
--function-name "$FUNCTION_NAME"
3737

0 commit comments

Comments
 (0)