appmeshworkshop icon indicating copy to clipboard operation
appmeshworkshop copied to clipboard

Update appmesh.md

Open ricardo-aspira opened this issue 4 years ago • 0 comments

Replace the following command:

aws appmesh delete-route \
          --mesh appmesh-workshop \
          --virtual-router-name $virtualRouterName \
          --route-name $routeName

By:

aws appmesh delete-route \
          --mesh-name appmesh-workshop \
          --virtual-router-name $virtualRouterName \
          --route-name $routeName

Issue #, if available: Not able to delete the routes due to parameter error.

Description of changes: Changed --mesh by --mesh-name.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ricardo-aspira avatar Sep 11 '20 19:09 ricardo-aspira