Relative Content

Tag Archive for amazon-web-servicesaws-event-bridge

S3 Cross Region Replication – Filter in EventBridge?

Context: I have S3 buckets setup in us-east-1 & us-west-1 regions -> both buckets fire Event Notifications on receipt of an PutObject event and these events are captured by an EventBridge rule in their respective regions. While Individual PutObject calls DIRECTLY to the s3 buckets I want to capture in Event Bridge, I’ve noticed the CROSS REGION REPLICATION PutObject calls that happen automatically – are also getting captured in EventBridge

AWS Event Bridge – how to save meta data on the rule?

I have an API endpoint, where I create a scheduled rule e.g. “website-a-scrape-weekly”. As a target I set a lambda that needs some additional data. I have passed down the json with this data so that I can directly access it in my lambda when is being invoked.