Skip to content

Instantly share code, notes, and snippets.

@MikeBenza
Last active November 3, 2015 19:01
Show Gist options
  • Save MikeBenza/fd85f3f60468ce5b48cd to your computer and use it in GitHub Desktop.
Save MikeBenza/fd85f3f60468ce5b48cd to your computer and use it in GitHub Desktop.
Twilio SMS Forwarder
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