diff --git a/twitter/bot/handler.py b/twitter/bot/handler.py index 4d99ca5..c333beb 100644 --- a/twitter/bot/handler.py +++ b/twitter/bot/handler.py @@ -1,6 +1,6 @@ from twitter.bot.winston import Winston -def handler(event, context): +def event_handler(event, context): """Sends random tweet from list of potential tweets""" Winston.request_handler()