Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nicholaschiasson
Copy link

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

@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Oct 21, 2024
@aws-cdk-automation aws-cdk-automation requested a review from a team October 21, 2024 00:29
@github-actions github-actions bot added bug This issue is a bug. p2 labels Oct 21, 2024
@nicholaschiasson nicholaschiasson force-pushed the nicholaschiasson/resolve-recordset-weight-from-cfnparameter branch from 7d99239 to bf24805 Compare October 21, 2024 23:21
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: bf24805
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK bug This issue is a bug. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws_route53: cannot use CfnParameter.valueAsNumber for L2 RecordSet weight
2 participants