All Projects → nathanpeck → greeter-cdk

nathanpeck / greeter-cdk

Licence: other
Example AWS Cloud Development Kit app that deploys the greeter microservice stack

Programming Languages

javascript
184084 projects - #8 most used programming language

greeter-cdk

A simple AWS Cloud Development Kit app example that shows how to deploy a microservice stack using the following example microservice containers:

The microservices are connected like this:

architecture

  • A public facing load balancer distributes traffic from the general public to the front facing greeter service.
  • The greeter services uses a private, internal application load balancer to fetch from the greeting and name services, which are bound to the paths /greeting and /name on the ALB.

You can see the full CDK app that deploys this architecture here: index.js

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].