AWS eventbridge documentation change
Summary
Updated documentation to reference AWS CLI's test-event-pattern command instead of TestEventPattern API
Security assessment
Change directs users to use the AWS CLI for testing event patterns but does not address security issues or add security-related content.
Diff
diff --git a/eventbridge/latest/userguide/eb-patterns-best-practices.md b/eventbridge/latest/userguide/eb-patterns-best-practices.md index 72e07411c..aec037352 100644 --- a//eventbridge/latest/userguide/eb-patterns-best-practices.md +++ b//eventbridge/latest/userguide/eb-patterns-best-practices.md @@ -145 +145 @@ To ensure rules match the desired events, we strongly recommend you validate you - * You can test your event patterns programmatically using the [TestEventPattern](https://docs.aws.amazon.com/API_TestEventPattern.html) action. + * You can test your event patterns in the AWS CLI using the [test-event-pattern](https://docs.aws.amazon.com/cli/latest/reference/events/test-event-pattern.html) command.