๐EventBridge Events
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
.
For example, you might have this EC2 Spot Termination notice:
Because the source is called aws.ec2
, you should create an onEc2Event
method within your extended class:
Last updated