Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 938 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 938 Bytes

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.