Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geovanisouza92/ingestion-queue
- Owner: geovanisouza92
- Created: 2020-09-02T12:55:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T12:55:32.000Z (over 4 years ago)
- Last Synced: 2023-03-22T20:53:32.302Z (almost 2 years ago)
- Topics: api-gateway, aws, sqs, terraform
- Language: HCL
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- 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
```