Posted On: May 29, 2024

Amazon EventBridge event matching on Event Bus now supports an array of values when combining anything-but filtering (matching anything except for the value) with prefix filtering (matching against characters at the beginning of a value), suffix filtering (matching against characters at the end of a value), and wildcard filtering (matching against patterns in string values). For example, you can now match against values that do not end with specific file types such as .png and .jpg. Or you can match against values that do not have a specific filename path such as */lib/* and */bin/*. 

Amazon EventBridge Event Bus is a serverless event router that enables you to create scalable event-driven applications by routing events between your own applications, third-party SaaS applications, and Amazon Web Services Cloud. You can set up rules to determine where to send your data, allowing applications to react to changes in your data as they occur. 

Support for version 1.7.3 is now available in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD. To learn more, visit EventBridge Documentation and GitHub page.