Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 25, 2023
1 parent a1b4e32 commit 969f16f
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 @@ -1731,7 +1731,7 @@ def new_get_resource_record(oclient, instance_id, zone_id, host_name, hosted_zon
response = client.list_resource_record_sets(
HostedZoneId=zone_id,
# StartRecordName=host_name + hosted_zone_name,
StartRecordName=fqdn
StartRecordName=fqdn,
StartRecordType=record_type,
MaxItems='1')

Expand Down

0 comments on commit 969f16f

Please sign in to comment.