Simple utility to send message via AWS SNS.
Although this task can be done with cURL, this command is meant to save you some troubles with the API and future-proof it.
To install message2sns simply do:
$ go get github.com/opendevsecops/go-message2sns
Once the command is installed in your home go/bin folder execute it like this:
$ ~/go/bin/go-message2sns --help
To send message to slack simply do:
$ ~/go/bin/go-message2sns --message '{"text": "hello"}' --sns "arn:..."