This service sends SMS messages using SNS, in response to send-sms
events from the main stream.
- Install Docker:
-
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):
-
Run the application locally:
`bin/local`
-
Open up a second terminal, and run:
`bin/simulate`
-
Verify that the output shows the SMS was 'sent' correctly.