Created
          October 15, 2016 19:09 
        
      - 
      
- 
        Save kepstein/0bedf0f3a689033b9f92cd0474c035fe to your computer and use it in GitHub Desktop. 
    Lambda Event object in Python
  
        
  
    
      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
    
  
  
    
  | #!/usr/bin/python | |
| def lambda_handler(event, context): | |
| print format(event) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment