Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 24, 2022
1 parent f6cbb31 commit d3ae81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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')
Expand Down
Binary file modified code/ddns-lambda.zip
Binary file not shown.

0 comments on commit d3ae81c

Please sign in to comment.