-
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(toolkit-lib)!: introducing the AWS CDK Toolkit Library #108
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #108 +/- ##
==========================================
- Coverage 84.44% 84.35% -0.09%
==========================================
Files 196 196
Lines 35089 35089
Branches 4516 4504 -12
==========================================
- Hits 29632 29601 -31
- Misses 5308 5348 +40
+ Partials 149 140 -9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Ian Hou <45278651+iankhou@users.noreply.github.com>
@@ -3,7 +3,7 @@ | |||
|
|||
--- | |||
|
|||
 | |||
 |
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.
sure but why?
The AWS CDK Toolkit Library is a new TypeScript library that allows integrators to build lifecycle management solutions for CDK applications. It provides them with full control over all output and allows to interweave actions with custom steps.
This is marked as a breaking change since it is the first release and want to force
v0.1.0
as the first version.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license