Files
groupme-facts-bot/service.py
2020-04-30 22:25:20 -04:00

8 lines
132 B
Python

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