Skip to content

Commit

Permalink
Update virtual-node.ts method doc
Browse files Browse the repository at this point in the history
The issue at aws/aws-app-mesh-roadmap#120 is now completed, so I imagine multiple virtual node listeners is now possible.
  • Loading branch information
benmccallum authored Jun 14, 2024
1 parent c7940c0 commit c4b86b2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/aws-cdk-lib/aws-appmesh/lib/virtual-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,6 @@ export class VirtualNode extends VirtualNodeBase {

/**
* Utility method to add an inbound listener for this VirtualNode
*
* Note: At this time, Virtual Nodes support at most one listener. Adding
* more than one will result in a failure to deploy the CloudFormation stack.
* However, the App Mesh team has plans to add support for multiple listeners
* on Virtual Nodes and Virtual Routers.
*
* @see https://github.com/aws/aws-app-mesh-roadmap/issues/120
*/
public addListener(listener: VirtualNodeListener) {
if (!this.serviceDiscoveryConfig) {
Expand Down

0 comments on commit c4b86b2

Please sign in to comment.