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

chore(route53): correct typo in route53 const #31330

Closed
wants to merge 6 commits into from
Closed

Conversation

crs-k
Copy link

@crs-k crs-k commented Sep 5, 2024

This updates "@aws-cdk/aws-route53-patters" to "@aws-cdk/aws-route53-patterns"

Issue # (if applicable)

n/a

Reason for this change

Typo is carried throughout most documentation but is difficult to find when manually adding feature flags or similar references.

Description of changes

No important decisions, just correcting the typo.

Description of how you validated changes

I have not added any additional tests, but did update a unit test to use the correct spelling.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

This updates "@aws-cdk/aws-route53-patters" to "@aws-cdk/aws-route53-patterns"
@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Sep 5, 2024
@aws-cdk-automation aws-cdk-automation requested a review from a team September 5, 2024 16:27
@github-actions github-actions bot added the p2 label Sep 5, 2024
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.

A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.

@crs-k crs-k changed the title correct typo in route53 const chore (@aws-cdk/aws-route53-patters) correct typo in route53 const Sep 5, 2024
@crs-k crs-k changed the title chore (@aws-cdk/aws-route53-patters) correct typo in route53 const chore(@aws-cdk/aws-route53-patters): correct typo in route53 const Sep 5, 2024
@crs-k crs-k changed the title chore(@aws-cdk/aws-route53-patters): correct typo in route53 const chore(route53): correct typo in route53 const Sep 5, 2024
@aws-cdk-automation aws-cdk-automation dismissed their stale review September 5, 2024 16:41

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Sep 5, 2024
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

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

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

@@ -74,7 +74,7 @@ export const ENABLE_PARTITION_LITERALS = '@aws-cdk/core:enablePartitionLiterals'
export const EVENTS_TARGET_QUEUE_SAME_ACCOUNT = '@aws-cdk/aws-events:eventsTargetQueueSameAccount';
export const ECS_DISABLE_EXPLICIT_DEPLOYMENT_CONTROLLER_FOR_CIRCUIT_BREAKER = '@aws-cdk/aws-ecs:disableExplicitDeploymentControllerForCircuitBreaker';
export const S3_SERVER_ACCESS_LOGS_USE_BUCKET_POLICY = '@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy';
export const ROUTE53_PATTERNS_USE_CERTIFICATE = '@aws-cdk/aws-route53-patters:useCertificate';
export const ROUTE53_PATTERNS_USE_CERTIFICATE = '@aws-cdk/aws-route53-patterns:useCertificate';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this typo, but I believe we could not accept this change, as it is a breaking change.

Copy link
Contributor

@moelasmar moelasmar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @crs-k for your contribution, but I am afraid that we could not accept this fix, as it is a breaking change.

@moelasmar moelasmar added the closing-soon This issue will automatically close in 4 days unless further comments are made. label Sep 9, 2024
@crs-k crs-k closed this Sep 9, 2024
@crs-k crs-k deleted the patch-1 branch September 9, 2024 12:08
Copy link

github-actions bot commented Sep 9, 2024

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK closing-soon This issue will automatically close in 4 days unless further comments are made. p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants