AWS step-functions documentation change
Summary
Fixed grammar in Lambda error handling documentation ('custom error' to 'a custom error')
Security assessment
Minor grammatical correction with no security implications or feature changes.
Diff
diff --git a/step-functions/latest/dg/tutorial-handling-error-conditions.md b/step-functions/latest/dg/tutorial-handling-error-conditions.md index 85359864f..4553dde96 100644 --- a//step-functions/latest/dg/tutorial-handling-error-conditions.md +++ b//step-functions/latest/dg/tutorial-handling-error-conditions.md @@ -60 +60 @@ Before creating a state machine, verify your Lambda function throws your `Custom -You now have a Lambda function ready to throw custom error. +You now have a Lambda function ready to throw a custom error.