Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
assert
matches more than the template on multiple CDK copies (a…
…ws#14544) The `assert` library sometimes fails to get the template out of a `CloudFormationStackArtifact` if there are multiple copies of the CDK in the dependency tree. Fix by replacing an `instanceof` with a duck-type check. Fixes aws#14468. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information