Sign inSign up

cxmcc/http2sqs

By cxmcc

Updated over 9 years ago

Dump HTTP content to SQS queue

Image
1

10K+

cxmcc/http2sqs repository overview

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

Tag summary

Content type

Image

Digest

Size

345.7 MB

Last updated

over 9 years ago

docker pull cxmcc/http2sqs