Golang HTTP server that dumps HTTP POST content to SQS.
https://github.com/cxmcc/http2sqs
Can be used as a simple and robust webhook receiver.
Example:
docker run -e SQS_QUEUE_URL=<https://queue.amazonaws.com/SOMENUMBER/QUEUE_NAME> \
-e AWS_REGION=us-east-1 \
-p 8080:8080 \
cxmcc/http2sqs
Content type
Image
Digest
Size
345.7 MB
Last updated
over 9 years ago
docker pull cxmcc/http2sqs