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

fix: Update GuBaseSecurityGroup with revised logicalId logic #430

Merged
merged 1 commit into from
Apr 13, 2021

Conversation

akash1810
Copy link
Member

@akash1810 akash1810 commented Apr 12, 2021

What does this change?

In #364 we placed the logic of overriding a construct's logicalId into a single place.

In this change, we're updating the GuBaseSecurityGroup construct to adopt the new logic. As of #418 it's as simple as using the GuMigratableConstruct mixin!

Does this change require changes to existing projects or CDK CLI?

Possibly.

The overriding logic in GuBaseSecurityGroup has changed. If stacks are making use of the current (broken?) logic, they will need to be attended to.

How to test

See tests?

How can we measure success?

A simpler, DRYer, code base?

Have we considered potential risks?

As noted above, the path to update to the next version of the library might require a bit of attention.

@akash1810 akash1810 requested a review from a team April 12, 2021 21:14
In #364 we placed the logic of overriding a construct's logicalId into a single place.

In this change, we're updating the `GuBaseSecurityGroup` construct to adopt the new logic. As of #418 it's as simple as using the `GuMigratableConstruct` mixin!
@akash1810 akash1810 force-pushed the aa-GuBaseSecurityGroup-logicalId branch from 48ac074 to b9a568b Compare April 12, 2021 22:01
@akash1810 akash1810 merged commit 3b15b58 into main Apr 13, 2021
@akash1810 akash1810 deleted the aa-GuBaseSecurityGroup-logicalId branch April 13, 2021 09:18
@github-actions
Copy link
Contributor

🎉 This PR is included in version 8.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants