Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geovanisouza92/ingestion-queue

Send messages to SQS from public HTTP endpoint
https://github.com/geovanisouza92/ingestion-queue

api-gateway aws sqs terraform

Last synced: 15 days ago
JSON representation

Send messages to SQS from public HTTP endpoint

Awesome Lists containing this project

README

        

# ingestion-queue

This project implements an API Gateway endpoint to send messages directly to a SQS queue using [Terraform](https://terraform.io).

Initialize the project using

```
$ terraform init
```

Review the resources changed using

```
$ terraform plan
```

Create everything using

```
$ terraform apply
```

Destroy everything using

```
$ terraform destroy
```