You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure that assets are available for the toolchain to deploy after the CDK app
exists, the CLI will, by default, request that the app will stage the assets under
the `.cdk.assets` directory (relative to working directory).
The CDK will then *copy* all assets from their source locations to this staging
directory and will refer to the staging location as the asset path. Assets will
be stored using their content fingerprint (md5 hash) so they will never be copied
twice unless they change.
Docker build context directories will also be staged.
Staging is disabled by default and in cdk-integ.
Added .cdk.staging to all .gitignore files in cdk init templates.
Fixes#1716Fixes#2096
After checking out repo on different machine,
cdk diff
showswhich cause unnecessary deployment.
The text was updated successfully, but these errors were encountered: