Last active
November 3, 2015 19:01
-
-
Save MikeBenza/fd85f3f60468ce5b48cd to your computer and use it in GitHub Desktop.
Twilio SMS Forwarder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import boto3 | |
def lambda_handler(event, context): | |
return {'message': "Sorry, but I haven't set up text forwarding yet. " + | |
"Please email xxxxxxxxxxxxx@gmail.com"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment