Skip to content

Commit e44ebd9

Browse files
authored
Merge pull request #3458 from aws/tmp/1701816589/main
Merge main to develop
2 parents 80fd29b + a49ba40 commit e44ebd9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

samtranslator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.81.0"
1+
__version__ = "1.82.0"

samtranslator/model/api/api_generator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,7 @@ def _construct_single_record_set_group(
604604
hostedZoneId = route53.get("HostedZoneId")
605605
hostedZoneName = route53.get("HostedZoneName")
606606
domainName = domain.get("DomainName")
607-
logical_id = logical_id = LogicalIdGenerator(
608-
"RecordSetGroup", [hostedZoneId or hostedZoneName, domainName]
609-
).gen()
607+
logical_id = LogicalIdGenerator("RecordSetGroup", [hostedZoneId or hostedZoneName, domainName]).gen()
610608

611609
record_set_group = Route53RecordSetGroup(logical_id, attributes=self.passthrough_resource_attributes)
612610
if hostedZoneId:

0 commit comments

Comments
 (0)