question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NetworkLoadBalancedFargateService.domainName not generating AWS::Route53::RecordSet

See original GitHub issue

After upgrading Java libraries to version 1.31.0 AWS::Route53::RecordSet are not generated for NetworkLoadBalancedFargateService, for version 1.30.0 it works just fine.

Reproduction Steps

We set domain name and zone when generating template

            NetworkLoadBalancedFargateService.Builder
                .create(scope, "LBService")
                    .domainZone(internalZoneStack)
                    .domainName("foo.bar");

Error Log

AWS::Route53::RecordSet is not being generated in output template.

Environment

  • CLI Version : 1.31.0
  • Framework Version: 1.31.0
  • OS : Ubuntu Linux
  • Language : Java

Other

Also tried adding route53 libraries explicitly to my Maven build - did not help.


This is 🐛 Bug Report

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
erik-sabcommented, Apr 8, 2020

All good with version 1.32.0 thanks!

0reactions
MrArnoldPalmercommented, Apr 7, 2020

The revert is in v1.32.0. Let us know if you’re still having problems. We are discussing future steps with regards to the creation of these records in this issue here if you have any input. https://github.com/aws/aws-cdk/issues/7206

reopen if you still have issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AWS CDK - AWS Documentation - Amazon.com
No information is available for this page.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found