Skip to content

Instantly share code, notes, and snippets.

View kamilhristov's full-sized avatar

Kamil Hristov kamilhristov

View GitHub Profile

Terraforming API Gateway to SQS queue

Example of a bare-minimum terraform script to setup an API Gateway endpoint that takes records and puts them into an SQS queue.

SQS

Start by creating the SQS queue.

resource "aws_sqs_queue" "queue" {