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

feat: Add a new property SeparateRecordSetGroup to disable merging into record set group #2993

Merged
merged 17 commits into from
Mar 16, 2023

Conversation

xazhao
Copy link
Contributor

@xazhao xazhao commented Mar 3, 2023

Issue #, if available

Following up change of #2408
When there are multiple APIs share the same HostedZoneId, the router53 record set will be merged into a record set group. A Condition in one of the APIs could be overrode in merging process.
With the new property SeparateRecordSets under Route53, users can assign to different Conditions to each API so it's more flexible.

Description of changes

Description of how you validated changes

Checklist

Examples?

Please reach out in the comments if you want to add an example. Examples will be
added to sam init through aws/aws-sam-cli-app-templates.

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

@xazhao xazhao requested a review from a team as a code owner March 3, 2023 00:00
samtranslator/model/api/api_generator.py Outdated Show resolved Hide resolved
samtranslator/model/api/api_generator.py Outdated Show resolved Hide resolved
@xazhao xazhao changed the title feat: Add a new property IndividualRecordSet to disable merging into record set group feat: Add a new property SeparateRecordSets to disable merging into record set group Mar 13, 2023
samtranslator/model/api/api_generator.py Outdated Show resolved Hide resolved
samtranslator/model/api/api_generator.py Outdated Show resolved Hide resolved
@hoffa hoffa changed the title feat: Add a new property SeparateRecordSets to disable merging into record set group feat: Add a new property SeparateRecordSetGroup to disable merging into record set group Mar 16, 2023
samtranslator/model/api/api_generator.py Outdated Show resolved Hide resolved
@xazhao xazhao merged commit 2fa9718 into aws:develop Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants