Skip to content

xbilldozer/sns-sqs-forwarder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNS -> SQS Forwarder

For development use only.

Simple implementation of Amazon Simple Notification Service that forwards published messages to elasticmq. Wraps messages in a similar JSON envelope as actual SNS.

See config.json.sample for example configuration.

Build for Testing

docker build -t sns_fwd_local -f Dockerfile .
docker run -p 9911:9911 -v $(pwd)/config.json.sample:/config.json sns_fwd_local

Adjust the volume (-v) to change your desired config

About

📬 Simple fake SNS that forwards messages to elasticmq

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%