Skip to content

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

Notifications You must be signed in to change notification settings

BerkayBingol/greeter-cdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%