Collection of backend apps to simulate microservices ecosystem. We are using Terraform to deploy these microservices to AWS. Currently we support deploying using:
- ECS with Fargate
- ECS with EC2
- EKS
- Lambdas and API-Gateway for serverless flow
Below we attach flow pipelines for the microservices:
Cloud Architecture for Serverless:
In order to deploy microservices in AWS run the following cmd:
deploy.sh
and then specify the ECS deployment type, picking fargate or ec2.
In order to destroy clusters from AWS run the following cmd:
destroy.sh
Give a ⭐️ if this project helped you!