Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 26, 2023
1 parent ca93882 commit 5467c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def lambda_handler(
caller_response.insert(0, 'Successfully created recordsets')

LOGGER.info(f"dns_data records written:\n{pformat(dns_data)}")
put_instance_dns_data_item(dynamodb_client, DDBNAME, instance_id, dns_data):
put_instance_dns_data_item(dynamodb_client, DDBNAME, instance_id, dns_data)

count['end'] = datetime.datetime.now()
count['elapsed_ms'] = (count['end'] - count['start']).total_seconds() * 1000.0
Expand Down

0 comments on commit 5467c72

Please sign in to comment.