You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+48
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,54 @@ class MyCloudwatchController extends CloudwatchWebhook
197
197
}
198
198
```
199
199
200
+
## EventBridge Events
201
+
202
+
EventBridge is supported for all `aws.*` sources coming within the message payload. You can implement your own methods just by creating a method similar to `on[source_name]Event`.
203
+
204
+
For example, you might have this EC2 Spot Termination notice:
0 commit comments