aws-cdk 2.1006.0 → 2.1007.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 +1 -1
- package/THIRD_PARTY_LICENSES +86 -86
- package/build-info.json +2 -2
- package/db.json.gz +0 -0
- package/lib/api/cloudformation/nested-stack-helpers.d.ts +2 -8
- package/lib/api/cloudformation/nested-stack-helpers.js +1 -1
- package/lib/api/cloudformation/stack-helpers.d.ts +2 -10
- package/lib/api/cloudformation/stack-helpers.js +1 -1
- package/lib/api/cxapp/cloud-assembly.d.ts +6 -4
- package/lib/api/cxapp/cloud-assembly.js +13 -12
- package/lib/api/cxapp/cloud-executable.d.ts +5 -0
- package/lib/api/cxapp/cloud-executable.js +6 -6
- package/lib/api/cxapp/exec.d.ts +5 -4
- package/lib/api/cxapp/exec.js +59 -52
- package/lib/api/deployments/cfn-api.js +2 -2
- package/lib/api/deployments/index.d.ts +1 -0
- package/lib/api/deployments/index.js +2 -1
- package/lib/api/resource-import/importer.d.ts +1 -6
- package/lib/api/resource-import/importer.js +5 -14
- package/lib/api/tree.d.ts +1 -1
- package/lib/api/tree.js +3 -3
- package/lib/cli/cdk-toolkit.d.ts +14 -11
- package/lib/cli/cdk-toolkit.js +44 -9
- package/lib/cli/cli-config.js +2 -2
- package/lib/cli/cli.js +3 -2
- package/lib/commands/diff.d.ts +1 -50
- package/lib/commands/diff.js +5 -213
- package/lib/context-providers/cc-api-provider.js +9 -3
- package/lib/context-providers/index.d.ts +1 -1
- package/lib/context-providers/index.js +1 -1
- package/lib/index.js +25539 -25313
- package/lib/init-templates/.init-version.json +1 -1
- package/lib/init-templates/.recommended-feature-flags.json +2 -1
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -536,7 +536,7 @@ and might have breaking changes in the future.
|
|
|
536
536
|
- `Fn::Split`
|
|
537
537
|
- `Fn::Sub`
|
|
538
538
|
|
|
539
|
-
> *: `Fn::GetAtt` is only partially supported. Refer to [this implementation](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/evaluate-cloudformation-template.ts#
|
|
539
|
+
> *: `Fn::GetAtt` is only partially supported. Refer to [this implementation](https://github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/api/cloudformation/evaluate-cloudformation-template.ts#L256-L266) for supported resources and attributes.
|
|
540
540
|
|
|
541
541
|
### `cdk rollback`
|
|
542
542
|
|