aws / aws-app-mesh-examples

AWS App Mesh is a service mesh that you can use with your microservices to manage service to service communication.
MIT No Attribution
862 stars 396 forks source link

Replace APPMESH_VIRTUAL_NODE_NAME with APPMESH_RESOURCE_ARN #566

Closed XinyiZhangAws closed 1 year ago

XinyiZhangAws commented 1 year ago

Description of changes: Replace deprecated environment variable APPMESH_VIRTUAL_NODE_NAME with APPMESH_RESOURCE_ARN by following the AppMesh official documentation.

Maintain the value of the field to be only mesh name and resource name to keep it consistent with other use cases from this git repo.

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