Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 961 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 961 Bytes

Codacy Badge Follow on Twitter

go-message2sns

Simple utility to send message via AWS SNS.

Rationale

Although this task can be done with cURL, this command is meant to save you some troubles with the API and future-proof it.

Getting Started

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:..."