Open
Description
Describe the feature
toolkit.fromCdkApp()
currently requires you to pass all parameters in directly (app
, context
, etc)...
We should also have something like toolkit.fromCdkAppDirectory()
where we read all the settings from cdk.json
, just like the CLI would do.
Use Case
Mimic CLI
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change