Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.11 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.11 KB

app-mesher

A sample architecture incorporating AWS App Mesh as a service mesh for services that communicate via gRPC.

Sample X-Ray trace

Setup

Get started with the /infra README file.

Verify

  1. Verify the API with the following request:
curl -X POST \
https://mesher.example.com/client/v1/tokens \
-d '{"id": 123, "username": "mesher"}'
{
  "token": "token:mesher",
  "profile": "profile:123",
  "data": "data:123"
}
  1. Verify the deployment on the AWS dashboard:

Next Steps

References