Cannot update scripts related to the Mountable* classes #368
Labels
bug
This issue is a bug.
contribution/core
This is a PR that came from AWS.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
If altering the shell scripts used by the
MountableEfs
orMountableEbs
helpers then existing deployments will be unable to update. You get an error because CloudFormation cannot delete an export that is use by a different stack. Root cause is the asset bundle being rooted on theMountable*
's stack, rather than the target's stack.Reproduction Steps
node_modules/aws-rfdk/lib/core/scripts/mountEfs.sh
in any way (e.g. add a blank line)Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: