Skip to content

rabblerouser/smser

Repository files navigation

Rabble Rouser SMSer

Build Status

This service sends SMS messages using SNS, in response to send-sms events from the main stream.

Setup

  1. Install Docker:
  1. Start a Docker container to develop in (this also starts containers for dependent services):

     `bin/dev-environment` # For Mac/Linux
     # Windows not supported yet :(
    

  • To simulate a send-sms event (this will not trigger a real SMS to be sent - everything is local only):
  1. Run the application locally:

     `bin/local`
    
  2. Open up a second terminal, and run:

     `bin/simulate`
    
  3. Verify that the output shows the SMS was 'sent' correctly.

About

Sends SMS via SNS in response to `send-sms` events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published