Topic

code examples

1 Devspedia articles tagged with code examples.

January 30, 2023 · 1 min read

Why you should archive AWS EventBridge events for your custom event bus?

AWS EventBridge is a serverless event bus that makes it easy to connect applications together using events. The archiving feature of EventBridge allows you to store and retrieve events, making it possible to replay events in the event of data loss. In this article, we'll show you how to create a custom EventBridge event bus with archiving enabled using CloudFormation and TypeScript. We'll also cover how to list and replay archived events, so you can ensure that your applications remain connected and functioning smoothly.