AWS eventbridge documentation change
Summary
Added tip about using EventBridge Sandbox to test event patterns against sample events.
Security assessment
The change adds troubleshooting guidance without any security context. It improves usability but doesn't address vulnerabilities or document security features.
Diff
diff --git a/eventbridge/latest/userguide/eb-troubleshooting.md b/eventbridge/latest/userguide/eb-troubleshooting.md index 197100458..c6d9cd00a 100644 --- a//eventbridge/latest/userguide/eb-troubleshooting.md +++ b//eventbridge/latest/userguide/eb-troubleshooting.md @@ -10,0 +11,4 @@ You can use the topics in this section to troubleshoot Amazon EventBridge issues +###### Tip + +To verify that your event patterns match the expected events, you can use the EventBridge Sandbox to test event patterns against sample events. For more information, see [Testing event patterns using the EventBridge Sandbox](./eb-event-pattern-sandbox.html). +