Skip to content

Commit

Permalink
Add test function
Browse files Browse the repository at this point in the history
  • Loading branch information
marcy-terui committed Jan 22, 2016
1 parent 2f605aa commit de5abaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lambda_function.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import lamvery

def lambda_handler(event, context):
print(lamvery.secret.get('foo'))
print(event)
print(context)

0 comments on commit de5abaf

Please sign in to comment.