in source/lambda/lambda_event_handler.py [0:0]
def on_update(event):
physical_id = event["PhysicalResourceId"]
props = event["ResourceProperties"]
print("update resource %s with props %s" % (physical_id, props))
print('Run fargate task')
run_fargate(props)