+1
−0
sms-notify.tf
0 → 100644
+172
−0
+4
−0
src/sms_notify.py
0 → 100644
+26
−0
Loading
AWS' SMS delivery has been unreliable to say the least. Replace it with Twilio but that's more complex: - A new Lambda function to send SNS messages as SMS messages with Twilio. - Add the function as a subscription to the SNS topic.