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 GuApplicationLoadBalancer with revised logicalId logic #438

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

akash1810
Copy link
Member

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 GuApplicationLoadBalancer construct to adopt the new logic. As of #418 it's as simple as using the GuStatefulMigratableConstruct mixin!

This is another PR in this series. Favouring small PRs over the a massive one (#400).

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

Possibly.

The overriding logic in GuApplicationLoadBalancer 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, more consistent 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.

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

In this change, we're updating the `GuApplicationLoadBalancer` construct to adopt the new logic. As of #418 it's as simple as using the `GuStatefulMigratableConstruct` mixin!
@akash1810 akash1810 requested a review from a team April 13, 2021 11:16
@akash1810 akash1810 disabled auto-merge April 13, 2021 11:17
@akash1810 akash1810 merged commit f063ffd into main Apr 14, 2021
@akash1810 akash1810 deleted the aa-GuApplicationLoadBalancer-logicalId branch April 14, 2021 08:27
@github-actions
Copy link
Contributor

🎉 This PR is included in version 8.1.4 🎉

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