/awesome-eventbridge

List of resources for learning about events, patterns, and using Amazon EventBridge

Awesome EventBridge 🚀

A handy list of resources for getting up to speed on events, patterns, and using Amazon EventBridge.

Contributions welcome!

Inspired by Awesome DynamoDB

Table of Contents

Videos

Written resources

Tools

  • evb-cli - Pattern generator and debugging tool for Amazon EventBridge. Browser targets of events, generate diagrams, generate code bindings and much more. All from the CLI.

  • EventCatalog - Document your Event Architectures using Markdown files. Use the Amazon EventBridge plugin to generate docs from your Schema Registry. Visualise targets, rules and much more...

  • cdk-eventbridge-socket - CDK construct that creates a WebSocket endpoint for you for any EventBridge rule you are interested in. (Built for debugging + testing )

  • sls-dev-tools - Dev Tools for the Serverless World. Another great CLI tool for serverless support and EventBridge!

  • EventBridge Atlas - Document, Discover and Share Amazon EventBridge Schemas. Transforms your schemas into documentation.

  • EventBridge Canon - Simple UI to Publish, Save and Share AWS EventBridge Events. Think Postman but for EventBridge.

  • sls-test-tools - Custom Jest Assertions for Serverless integration testing. Test your EventBridge integration with these awesome jest tools. Check if events are raised and the payloads of them.

  • EventBridge Transformer - An online tool that allows you to quickly generate input paths and input templates for EventBridge. Use your event as a starting point then interactive editors to generate your code. Also see example outputs and validate your input templates/paths.

  • serverless-offline-eventbridge - serverless offline plugin that enables eventBridge events

  • Typebridge - TypeScript toolbox for EventBridge.