diff --git a/code/ddns-lambda.py b/code/ddns-lambda.py index fac28b8..dbf3804 100755 --- a/code/ddns-lambda.py +++ b/code/ddns-lambda.py @@ -67,12 +67,14 @@ from botocore.exceptions import ClientError from collections import OrderedDict from pprint import pformat +from datetime import datetime + # Setting Global Variables LOGGER = logging.getLogger() ACCOUNT = None REGION = None -VERSION = '0.1.4' +VERSION = '0.1.5' # Adjust the logging level [logging.INFO, logging.DEBUG, logging.WARNING, etc] LOGGER.setLevel(logging.DEBUG) diff --git a/code/ddns-lambda.zip b/code/ddns-lambda.zip index 53bbf4a..3ce565a 100644 Binary files a/code/ddns-lambda.zip and b/code/ddns-lambda.zip differ