-
Notifications
You must be signed in to change notification settings - Fork 13
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(cli): build your own fromLookup()
imports with the new context provider for CloudControl API
#138
Conversation
A generic Context Provider for CloudControl API. Extracted from aws/aws-cdk#33258.
Signed-off-by: github-actions <[email protected]>
Signed-off-by: github-actions <[email protected]>
@@ -31,6 +31,8 @@ import { | |||
} from '../../lib/commands/migrate'; | |||
import { MockSdkProvider, mockCloudFormationClient, restoreSdkMocksToDefault } from '../util/mock-sdk'; | |||
|
|||
jest.setTimeout(120_000); |
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.
Thank you!
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.
One minor comment. Otherwise good to go.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #138 +/- ##
==========================================
- Coverage 84.76% 84.58% -0.19%
==========================================
Files 196 198 +2
Lines 35187 35380 +193
Branches 4552 4555 +3
==========================================
+ Hits 29828 29926 +98
- Misses 5208 5310 +102
+ Partials 151 144 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: github-actions <[email protected]>
Signed-off-by: github-actions <[email protected]>
Signed-off-by: github-actions <[email protected]>
Signed-off-by: github-actions <[email protected]>
fromLookup()
imports with the new context provider for CloudControl API
A generic Context Provider for CloudControl API. See aws/aws-cdk#33258 for an example how to implement a
fromLookup()
method using the new context provider.(Extracted from aws/aws-cdk#33258)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license