dastbe / greeter-cdk

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

Home Page:https://awslabs.github.io/aws-cdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://awslabs.github.io/aws-cdk


Languages

Language:JavaScript 100.0%