def on_create()

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


def on_create(event):
  props = event["ResourceProperties"]
  print("create new resource with props %s" % props)