def empty_bucket()

in cdk/lambda/stop-kda-app.py [0:0]


def empty_bucket(event, context):
    response = client.stop_application(
        ApplicationName=os.environ['application_name']
    )