kalaiser / awesome-cdk

A collection of awesome things related to the AWS Cloud Development Kit (CDK)
Creative Commons Zero v1.0 Universal
1.99k stars 195 forks source link

New pattern suggestion: ECS service discovery #83

Open Dzhuneyt opened 3 years ago

Dzhuneyt commented 3 years ago

I've just created an example of how to use AWS CDK to deploy two ECS services (NodeJS based "microservices") that talk to each other using AWS CloudMap.

I wondered if this is worthy enough to be published here and what steps I can take to get it included.

https://github.com/Dzhuneyt/aws-cdk-pattern-ecs-service-discovery

Dzhuneyt commented 3 years ago

@kolomied