geovanisouza92 / ingestion-queue

Send messages to SQS from public HTTP endpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Send messages to SQS from public HTTP endpoint


Languages

Language:HCL 100.0%