Files
groupme-facts-bot/service.py
2020-04-29 23:14:13 -04:00

8 lines
141 B
Python

# -*- coding: utf-8 -*-
from app import fact_bot
def handler(event, context):
# Your code goes here!
fact_bot.post_fact_to_group()