Open ricardo-aspira opened 4 years ago
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.
Replace the following command:
By:
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.