Ricardo
Ricardo
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
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 \...