diff --git a/code/ddns-lambda.py b/code/ddns-lambda.py index 370080f..951d72f 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.9' +VERSION = '0.1.10' # Adjust the logging level [logging.INFO, logging.DEBUG, logging.WARNING, etc] LOGGER.setLevel(logging.DEBUG) @@ -611,7 +611,7 @@ def lambda_handler( heritage = initialize_heritage(HERITAGE_TAG, VERSION, { 'account_id': account_id, - 'region': region + 'region': region, 'instance_id': instance_id, }) add_heritage_item_timestamp(heritage, 'create_time') diff --git a/code/ddns-lambda.zip b/code/ddns-lambda.zip index c37509b..5901708 100644 Binary files a/code/ddns-lambda.zip and b/code/ddns-lambda.zip differ