def on_update()

in lambda_fn/ecr_cleanup/index.py [0:0]


def on_update(event):
    physical_id = event["PhysicalResouceId"]
    props = event["ResourceProperties"]
    print("update resource %s with props %s" % (physical_id, props))