@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 +5 -2
- package/dist/cli.js +1100 -364
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine-Dff3_JMn.js → deploy-engine-DjnWyAAc.js} +32 -8
- package/dist/deploy-engine-DjnWyAAc.js.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/deploy-engine-Dff3_JMn.js.map +0 -1
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
|
|
585
|
-
|
|
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
|