You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some fixture cleanup:
- `withCdkMigrateApp` was needlessly creating its own instance of `AwsClients` instead of reusing the one created by the `withAws` fixture.
- `withMonolithicCfnIncludeCdkApp` is no longer necessary because we now have `withSpecificFixture` which can use a non default app.
This will make it easier to introduce the allocation service logic as there is now only a single place that creates `AwsClients`
### Checklist
- [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments