Skip to content

andrealombardi/gotopic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotopic

Receive SNS notifications in your terminal (and a shameless ripoff of ontopic, but written in go.)

gotopic creates a temporary SQS queue subscribed to the topic and polls it. On exit the created resources are removed.

Installation

❯ go get github.com/andrealombardi/gotopic

Usage

Basic usage:

❯ gotopic <TOPIC_ARN>

For more see -h:

❯ gotopic -h
Usage of gotopic:
  -region string
    	Override the default region (default "eu-west-1")

Releases

No releases published

Packages

No packages published

Languages