/greeter-cdk

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

Primary LanguageJavaScript

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