in aws_emr_blog_v2/code/launch-cluster/cremr.py [0:0]
def update(event, context):
"""
Place your code to handle Update events here
To return a failure to CloudFormation simply raise an exception, the exception message will be sent to
CloudFormation Events.
"""
physical_resource_id = event["PhysicalResourceId"]
response_data = {}
return physical_resource_id, response_data