Eventarc
Google Cloud's Eventarc is a fully managed platform that enables developers to build event-driven architectures by routing events from various sources to supported destinations. It allows for the collection of events occurring within a system and publishes them to a specified destination, facilitating the creation of loosely coupled services that react to state changes. Eventarc supports events from Google Cloud services, custom applications, and third-party SaaS providers, providing flexibility in event-driven application design. Developers can create triggers to route events to various destinations, such as Cloud Run services, allowing for responsive and scalable application architectures. Eventarc ensures secure event delivery by integrating with Identity and Access Management (IAM), enabling fine-grained access control over event ingestion and processing.
Learn more
Amazon EventBridge
Amazon EventBridge is a serverless event bus that makes it easy to connect applications together using data from your own applications, integrated Software-as-a-Service (SaaS) applications, and AWS services. EventBridge delivers a stream of real-time data from event sources, such as Zendesk, Datadog, or Pagerduty, and routes that data to targets like AWS Lambda. You can set up routing rules to determine where to send your data to build application architectures that react in real time to all of your data sources.
EventBridge makes it easy to build event-driven applications because it takes care of event ingestion and delivery, security, authorization, and error handling for you. As your applications become more interconnected through events, you need to spend more effort to find events and understand their structure in order to write code to react to those events.
Learn more
Hooksbase
Hooksbase is event infrastructure for AI agents. It ingests events over four channels — HTTP webhooks, email, hosted forms, and scheduled cron — verifies and persists each one, then routes, transforms, and delivers to five typed outbound destinations: HTTP, AWS SQS, AWS EventBridge, GCP Pub/Sub, and S3-compatible storage. Delivery includes retries with exponential backoff, strict FIFO ordering, a dead-letter queue, and deterministic replay from persisted dispatch snapshots, so an agent can recover events it missed. Five verified provider packs (Stripe, GitHub, Clerk, Slack, Resend) validate signatures on ingest; outbound signing is Standard Webhooks-compatible with rotation overlap. Free starts at 5,000 deliveries/month with no card; Starter $25, Pro $79, and Business $249 add transforms, FIFO, and higher volume.
Learn more
AWS Step Functions
AWS Step Functions is a serverless function orchestrator that makes it easy to sequence AWS Lambda functions and multiple AWS services into business-critical applications. Through its visual interface, you can create and run a series of checkpointed and event-driven workflows that maintain the application state. The output of one step acts as an input to the next. Each step in your application executes in order, as defined by your business logic. Orchestrating a series of individual serverless applications, managing retries, and debugging failures can be challenging. As your distributed applications become more complex, the complexity of managing them also grows. With its built-in operational controls, Step Functions manages sequencing, error handling, retry logic, and state, removing a significant operational burden from your team. AWS Step Functions lets you build visual workflows that enable fast translation of business requirements into technical requirements.
Learn more