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: 4 months ago
JSON representation
Send messages to SQS from public HTTP endpoint
- Host: GitHub
- URL: https://github.com/geovanisouza92/ingestion-queue
- Owner: geovanisouza92
- Created: 2020-09-02T12:55:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T12:55:32.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T03:58:53.912Z (5 months ago)
- Topics: api-gateway, aws, sqs, terraform
- Language: HCL
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```