Skip to content

Minimalist tool to send SMS messages using the AWS SNS/SMS API

Notifications You must be signed in to change notification settings

cwedgwood/aws-sms-send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

aws-sms-send

This is a minimalist tool I made to send messages using the AWS SNS/SMS API.

Usage

aws-sms-send -verbose +15551231234 "your pizza is ready"

aws-sms-send -transactional +15551231234 "ALERT: Thromdibulator malfunction, rebooting."

How to get

If you have Go:

go get github.com/cwedgwood/aws-sms-send

Or else you might choose to clone & build:

git clone https://github.com/cwedgwood/aws-sms-send.git
cd aws-sms-send
make
#or
sudo make install

Exit Codes

1 - Usage (command line arguments) wrong
2 - AWS API Error
3 - Local IP Resolution Error

About

Minimalist tool to send SMS messages using the AWS SNS/SMS API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published