gabrrodriguez / aws-cdk-demo

This is a demo to display how AWS CDK is used to deploy a microservice architecture on AWS utilizing a NodeJS Backend.
0 stars 0 forks source link

AWS Microservice Demo

Architecture

eCommerce Example

image

This is the architecture we will develop within this demo. This will be completed in a step by step format.


Documentation

In the AWS-Microservices/Documentation folder within this repo, you will find that I've itemized procedures to help with the build process.

Just like the depiction of the architecture above there are several aspects of the build process. In this demo, I start by deploying the inital AWSMicroservice stack in CloudFormation, and then start with the Product Microservice.

While many of the steps in this process are "repeatable" there are nuances and aspects of the build process that are better called out in an itemized iteration of instruction. Each .md file found in the Documentation directory is an attempt to logically break up the build process of the above architecture into steps to assist with design, build, troubleshooting, and deployment processes.

Content


Reference