Skip to content

Instantly share code, notes, and snippets.

@galbash
Created April 16, 2018 10:50
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 galbash/1b84f6106a749f6c036791d066f61163 to your computer and use it in GitHub Desktop.
Save galbash/1b84f6106a749f6c036791d066f61163 to your computer and use it in GitHub Desktop.
A Lambda whose invocations are being instrumented.
import instrumenter
def hello(event, context):
print 'Hello'
return 'Success'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment