Skip to content

Commit

Permalink
Update issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalvarado committed Sep 4, 2019
1 parent cd5f70b commit b05c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zappa/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def handler(self, event, context):
return result

# This is a CloudWatch event
# Related: https://github.com/Miserlou/Zappa/issues/205
# Related: https://github.com/Miserlou/Zappa/issues/1924
elif event.get('awslogs', None):
result = None
whole_function = '{}.{}'.format(settings.APP_MODULE, settings.APP_FUNCTION)
Expand Down

0 comments on commit b05c184

Please sign in to comment.