Skip to content

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

Notifications You must be signed in to change notification settings

Jimeux/app-mesher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks