gasolima

Results 5 comments of gasolima

The issue comes from using the `deleteExisting` property together with a change in the logical ID. The `deleteExisting` option is meant only for migration cases—when a record already exists but...

> It should accommodate use cases where the logicalId changes This issue is related to how CloudFormation works. It is expected that changing the logicalId should not work, similar to...

> I disagree. S3 buckets are stateful which is why changing the logicalId for S3 buckets is dangerous. In contrast, route53 records are [not](https://github.com/aws-cloudformation/cfn-lint/blob/main/src/cfnlint/data/AdditionalSpecs/StatefulResources.json). However, this issue is not solely...

I may not have been very clear earlier. We've now observed that many of these custom resources are problematic — they're quite fragile, and in some cases, it's nearly impossible...

I was unable to reproduce the issue. I used the following code, which is mostly the same code as the one in the reproduction step with some additional pieces that's...