Skip to content

Instantly share code, notes, and snippets.

Created August 25, 2017 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0081e68c756a59c9eb78eb0c9f0fabca to your computer and use it in GitHub Desktop.
Save anonymous/0081e68c756a59c9eb78eb0c9f0fabca to your computer and use it in GitHub Desktop.
import json
def lambda_handler(event, context):
message = json.loads(event['Message'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment