(appmesh): virtual node validation doesn't catch adding more than one listener to a node #13549
Labels
@aws-cdk/aws-appmesh
Related to AWS App Mesh
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
The
VirtualNode
construct allows you to add more than one listener, but CloudFormation doesn't support more than one listener at a time. (CFN Docs)Reproduction Steps
Add more than one listener to a Virtual Node and try to deploy.
What did you expect to happen?
VirtualNode
should throw an error when it detects my attempt to add a second listener.What actually happened?
It successfully synthesized but failed to deploy a stack.
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: