@go-to-k/cdkd 0.143.0 → 0.145.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -581,8 +581,11 @@ The Custom Resource Lambda must be idempotent AND must POST to
581
581
  `event.ResponseURL` per the cfn-response protocol. Without the flag,
582
582
  the command refuses to proceed and the user is expected to destroy
583
583
  the offending resources (or accept abandoning them) first. Nested
584
- `AWS::CloudFormation::Stack` references always block (CFn can neither
585
- adopt nor recreate them).
584
+ `AWS::CloudFormation::Stack` references block in this release —
585
+ [#464](https://github.com/go-to-k/cdkd/issues/464) will lift the
586
+ restriction. Fresh `cdkd deploy` of nested stacks works via
587
+ [#459](https://github.com/go-to-k/cdkd/issues/459); only the
588
+ cdkd → CFn migration direction is deferred.
586
589
 
587
590
  ```bash
588
591
  cdkd export MyStack # confirmation prompt; CFn stack name = cdkd stack name