feat(apigateway): dualstack custom domain REST API - #38477
Open
pedropedruzzi wants to merge 6 commits into
Open
Conversation
pedropedruzzi
temporarily deployed
to
automation
August 2, 2026 21:02 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 2, 2026 21:02 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 2, 2026 21:02 — with
GitHub Actions
Inactive
Contributor
Please make sure your PR references an existing issue using the format |
aws-cdk-automation
previously requested changes
Aug 2, 2026
pedropedruzzi
temporarily deployed
to
automation
August 2, 2026 21:31 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 2, 2026 21:32 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 2, 2026 21:38 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 2, 2026 22:23 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 2, 2026 22:24 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 3, 2026 01:45 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 3, 2026 01:45 — with
GitHub Actions
Inactive
aws-cdk-automation
dismissed
their stale review
August 3, 2026 01:47
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
pedropedruzzi
temporarily deployed
to
automation
August 3, 2026 12:59 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 3, 2026 13:00 — with
GitHub Actions
Inactive
aws-cdk-automation
temporarily deployed
to
automation
August 3, 2026 13:51 — with
GitHub Actions
Inactive
aws-cdk-automation
temporarily deployed
to
automation
August 3, 2026 13:51 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 4, 2026 14:07 — with
GitHub Actions
Inactive
pedropedruzzi
temporarily deployed
to
automation
August 4, 2026 14:08 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues
Resolves the missing domain name part of #33998. Note: the part for default REST API endpoints was done in PR #34114.
Reason for this change
Allow enabling dualstack on REST API custom domain endpoints.
Description of changes
typesfrom EndpointConfiguration to avoid having two ways to set the same thing.Describe any new or updated permissions being added
None.
Description of how you validated changes
Added unit and integration test cases. I hope to see integration tests run in CI.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license