AWS Eventbridge with SQS Target via Terraform

Stefan Pöltl
3 min readApr 13, 2023
Decoupling via Eventbridge

In this post we will setup a pretty common architecture pattern for async data processing on AWS. Distributed applications can fire events to Eventbridge and the payload gets forwarded to a SQS queue, dependent on defined rules.

To create the infrastructure we use Terraform(IaC) with the following module:

--

--