generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 237
fix(core): PhZ-resolver-rules #393
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
Merged
naveenkoppula
merged 26 commits into
feat/PHZ-resolver-rules
from
fix/Make-VPC-Related-Deployment-in-Same-Stack
Sep 18, 2020
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8f52dc7
Using DynamoDB for tracking Resources created in a stack
naveenkoppula 65b1c95
Adding TODO
naveenkoppula 1f5e8df
fix(core): Setting sleep before SM execution on move account (#391)
naveenkoppula 37e5d90
Create Rulea and Associate Resolver Rule to custom resource
naveenkoppula 3a010dd
Prettier
naveenkoppula de3aea8
Generating rule name
naveenkoppula a61ddf7
prettier
naveenkoppula 1d6adca
using name as creatorrequestid
naveenkoppula 710aa4b
adding proper dependency
naveenkoppula e1a2b8b
Changing name formati
naveenkoppula cfc65b5
Initiating previous stacks for removing if there are no resources
naveenkoppula 492e3dd
Adding port for rule
naveenkoppula 6d5bcf6
Adding PORT to rule
naveenkoppula 75c768b
prettier
naveenkoppula 75240a4
Adding update for ResolverRule
naveenkoppula d767f1d
Prettier
naveenkoppula 6cfe471
Changes for max resources
naveenkoppula 9157ec4
Merge remote-tracking branch 'origin/master' into fix/Make-VPC-Relate…
naveenkoppula 46b131c
Fixing Tests
naveenkoppula cd3b368
Strict Error checking
naveenkoppula 522ac43
Prettier
naveenkoppula b42a6b1
Fixing CustomResource Delete action
naveenkoppula 9dfa211
Updating documentation
naveenkoppula 593f66d
Nasty Fix for resourceShare
naveenkoppula e634150
Removing TODOs
naveenkoppula 30f0851
Updating Error messages
naveenkoppula File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
2 changes: 2 additions & 0 deletions
2
src/deployments/cdk/src/deployments/central-endpoints/outputs.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| import { HostedZoneOutput } from '@aws-accelerator/common-outputs/src/hosted-zone'; | ||
| import { StaticResourcesOutput } from '@aws-accelerator/common-outputs/src/static-resource'; | ||
| import { createCfnStructuredOutput } from '../../common/structured-output'; | ||
| export const CfnHostedZoneOutput = createCfnStructuredOutput(HostedZoneOutput); | ||
| export const CfnStaticResourcesOutput = createCfnStructuredOutput(StaticResourcesOutput); |
315 changes: 242 additions & 73 deletions
315
src/deployments/cdk/src/deployments/central-endpoints/step-2.ts
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is Resource per stack (190) for rule association correct? Could you please do a cross check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah we only need one resource per associating all rules to VPC