Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Correct AWS Route53 patterns module name in CDK configuration #1646

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

Hopium21
Copy link
Contributor

Description

This PR fixes a typo in the AWS CDK configuration where "patterns" was incorrectly spelled as "patters".

Changes Made

File: aws_lambda/fee_balancer/cdk.json

"@aws-cdk/aws-route53-patters:useCertificate": true,
"@aws-cdk/aws-route53-patterns:useCertificate": true,

Why is this important?

This fix ensures proper configuration of the AWS Route53 patterns module. The incorrect spelling could lead to the certificate configuration being ignored, potentially affecting SSL/TLS certificate management in Route53.

Screenshots

image

Shows the incorrect spelling "patters" in the configuration

image

Shows the corrected spelling "patterns" in the configuration

Testing

  • Verified CDK deployment works with the corrected configuration
  • Route53 certificate functionality remains intact

@ClementWalter ClementWalter merged commit 71e205d into kkrt-labs:main Nov 29, 2024
13 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants