Skip to content

Instantly share code, notes, and snippets.

@toshke
Created November 30, 2020 09:58
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 toshke/d63afcc91e013bd13c8751d5277d26a5 to your computer and use it in GitHub Desktop.
Save toshke/d63afcc91e013bd13c8751d5277d26a5 to your computer and use it in GitHub Desktop.
log custom resource payload
import json
def handler(event, payload):
print(json.dumps(event))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment