-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(aws_route53): cannot use CfnParameter.valueAsNumber for L2 RecordSet weight #31823
fix(aws_route53): cannot use CfnParameter.valueAsNumber for L2 RecordSet weight #31823
Conversation
8f6bc18
to
c5d2522
Compare
c5d2522
to
cf28e09
Compare
cf28e09
to
616536e
Compare
@nicholaschiasson The integ test |
529a297
to
bbdf81b
Compare
520e8c7
to
18b423d
Compare
@GavinZZ thanks! The integ test is now fixed. |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
4c068da
to
0b850c4
Compare
Hey @GavinZZ , sorry, I had misunderstood the first time around why the integration test was unstable, but I am confident I have solved it now. The issue was related to how the set identifier was derived if one was not provided with constructor options. I realized that when generating a set ID, the method restricts the length of the ID to 64 characters. Since To solve this, I modified the Let me know if this is a satisfactory solution. At the very least, the integ test should now be stable. |
85dcf0b
to
78364da
Compare
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Dismissing as I notice that there's code change. Will review the new code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment for a slight improvement, and I'm happy to approve again.
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Hi @GavinZZ , it seems like something is blocking the merge. Do you have any detail about that? |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #31810.
Reason for this change
Could not use CfnParameter.valueAsNumber for L2 RecordSet weight.
Description of changes
Adding validation of weight property as a potential Token in RecordSet constructor.
Description of how you validated changes
Added unit and integration test.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license