Skip to content

yuliabarabash2601/event_bridge_pipes

Repository files navigation

DynamoDB to EventBus Forwarder 🚀

Description

This repository contains Terraform code for setting up AWS resources to forward events from DynamoDB streams to an Event Bus. Ideal for applications looking to decouple their services and implement an event-driven architecture.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/dynamodb-to-eventbus.git
    
  2. Initialize Terraform:

    terraform init
    

Usage

  1. Validate the setup:

    terraform validate
    
  2. Apply the Terraform configuration:

    terraform apply
    

Prerequisites

  • AWS account
  • Terraform >= 1.5.2
  • Basic understanding of DynamoDB streams and Event Bus

Contributing

Feel free to fork the project and submit a pull request. For significant changes, please open an issue first to discuss what you'd like to add or modify.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages