def lambda_handler()

in functions/password_policy/app.py [0:0]


def lambda_handler(event, context):
    """AWS Lambda function handler."""
    cf_event = json.loads(event['Records'][0]['Sns']['Message'])
    helper(cf_event, context)