simple.py 88 Bytes Raw Blame History Permalink 1 2 3 4 5 # -*- coding: utf-8 -*- def handler(event, context): return {'status': 'success'}