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.
-
Clone the repository:
git clone https://github.com/yourusername/dynamodb-to-eventbus.git
-
Initialize Terraform:
terraform init
-
Validate the setup:
terraform validate
-
Apply the Terraform configuration:
terraform apply
- AWS account
- Terraform >= 1.5.2
- Basic understanding of DynamoDB streams and Event Bus
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.