Closed
Description
We hit a bug in NodeJS version that generated corrupted assets.
The problem is that just changing to a non-buggy version of NodeJS is insufficient. This is because the assets are cached in the cdk.out/
directory and cached in the staging S3 bucket.
To resolve this issue, both has to be manually deleted.
This is a request to provide an option via the CLI where all asset caches are ignored and asset packaging/staging is re-run.
This is a 🚀 Feature Request