/ingestion-queue

Send messages to SQS from public HTTP endpoint

Primary LanguageHCL

ingestion-queue

This project implements an API Gateway endpoint to send messages directly to a SQS queue using Terraform.

Initialize the project using

$ terraform init

Review the resources changed using

$ terraform plan

Create everything using

$ terraform apply

Destroy everything using

$ terraform destroy