def handler(event, context): try: print('lambda handle') except Exception as e: print('exception')