updated lambdas to allow for new scheduling approach

This commit is contained in:
Gert Wohlgemuth
2018-06-05 22:24:08 -07:00
parent b33442e738
commit de086579e6
4 changed files with 97 additions and 65 deletions

View File

@@ -78,6 +78,8 @@ def get(event, context):
if "Items" in response and len(response['Items']) > 0:
item = response['Items'][0]
# content is private...
item.pop('content')
return {