diff --git a/code/ddns-lambda.py b/code/ddns-lambda.py index b561645..370080f 100755 --- a/code/ddns-lambda.py +++ b/code/ddns-lambda.py @@ -73,7 +73,7 @@ LOGGER = logging.getLogger() ACCOUNT = None REGION = None -VERSION = '0.1.8' +VERSION = '0.1.9' # Adjust the logging level [logging.INFO, logging.DEBUG, logging.WARNING, etc] LOGGER.setLevel(logging.DEBUG) @@ -610,9 +610,9 @@ def lambda_handler( # create the TXT heritage record heritage = initialize_heritage(HERITAGE_TAG, VERSION, { - 'instance_id': instance_id, 'account_id': account_id, 'region': region + 'instance_id': instance_id, }) add_heritage_item_timestamp(heritage, 'create_time') heritage_value = format_heritage(heritage) diff --git a/code/ddns-lambda.zip b/code/ddns-lambda.zip index a93df63..c37509b 100644 Binary files a/code/ddns-lambda.zip and b/code/ddns-lambda.zip differ