def handler()

in handler.py [0:0]


def handler(event, context):
    return {
        'body': f'Your demo function is working. Add some code to this return value in your handler.py and push it to you repostory to test your Pipeline. \
                    ADD_YOUR_TEXT_HERE '}