We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca39504 commit 574ac85Copy full SHA for 574ac85
experimental/aws-lambda-java-profiler/update-function.sh
@@ -31,7 +31,7 @@ aws lambda update-function-configuration \
31
--function-name "$FUNCTION_NAME" \
32
--layers $(aws lambda list-layer-versions --layer-name profiler-layer --query 'LayerVersions[0].LayerVersionArn' --output text)
33
34
-# Wait for the function is updated
+# Wait for the function to be updated
35
aws lambda wait function-updated \
36
--function-name "$FUNCTION_NAME"
37
0 commit comments