Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

345
Views
AWS Eventbridge: Pattern to capture ALL events

I'd like to deploy an AWS Event Rule in Eventbridge which is triggered by all events, with no filtering whatsoever.

I've tried the following patterns with no luck.

{
source: ["*"]
}

According to the documentation you cannot leave the pattern empty. Also, any fields not included in the pattern are wildcarded meaning they can be any value.

I've read articles saying Eventbridge can replace services such as SNS and SQS but without these finer controls I don't see that happening.

Thanks

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Based on the comments.

The solution was to use empty prefix to match all events:

{
"source": [{"prefix": "" }]
}
over 4 years ago · Santiago Trujillo Report

0

You can try to use exists filter: https://docs.aws.amazon.com/eventbridge/latest/userguide/content-filtering-with-event-patterns.html#filtering-exists-matching

One caveat of using this is that it's not working properly when defined in CloudFormation, but at least it works in SDK and in console.

over 4 years ago · Santiago Trujillo Report

0

My favorite was { "version": ["0"] }

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!