Skip to content

Conversation

@sAchin-680
Copy link

Issue # (if applicable)

Closes #35992

Reason for this change

The JSDoc comment for PRICE_CLASS_200 was missing several regions that are actually included in this price class according to AWS CloudFront pricing documentation, causing confusion for developers about which regions are covered.

Description of changes

Updated the JSDoc comment for PRICE_CLASS_200 in packages/aws-cdk-lib/aws-cloudfront/lib/distribution.ts to include the missing regions: India, Indonesia, Thailand, Malaysia, Vietnam, Nigeria, Egypt, and Türkiye.

This is a documentation-only change that adds accurate region information to help developers understand the full scope of PRICE_CLASS_200 coverage.

Describe any new or updated permissions being added

None - this is a documentation-only change.

Description of how you validated changes

  • Verified the updated documentation matches the official AWS CloudFront pricing page
  • Confirmed the change only affects JSDoc comments with no code logic changes
  • Checked that the file builds without errors

Checklist


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

Include India, Indonesia, Thailand, Malaysia, Vietnam, Nigeria, Egypt, and Türkiye in the PRICE_CLASS_200 JSDoc comment to accurately reflect all regions covered by this price class.

Closes aws#35992

Signed-off-by: SACHIN KUMAR <[email protected]>
@aws-cdk-automation aws-cdk-automation requested a review from a team November 13, 2025 13:07
@github-actions github-actions bot added effort/small Small work item – less than a day of effort p2 beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK labels Nov 13, 2025
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 fails with the following errors:

❌ Fixes must contain a change to a test file.
❌ Fixes must contain a change to an integration test file and the resulting snapshot.

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.

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 effort/small Small work item – less than a day of effort p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aws_cdk.aws_cloudfront : India is missing from PRICE_CLASS_200

2 participants