Skip to content

Commit ba2428b

Browse files
authored
Merge pull request #2 from localstack-samples/add-diagram
Added diagram. Updated README
2 parents 48da941 + 509762c commit ba2428b

File tree

3 files changed

+139
-1
lines changed

3 files changed

+139
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The sample application, utilizing the AWS Cloud Development Kit (AWS CDK) 🛠
44
containerized application 📦 on AWS Fargate within an Amazon ECS (Elastic Container Service) cluster. The CDK
55
infrastructure-as-code model allows developers to define cloud resources using familiar programming languages 🖥️.
66

7+
![Solution](./docs/img/solution-diags.drawio.png "Solution")
8+
79
### 🔑 Key Components
810

911
- **🌍 VPC and Cluster:**
@@ -92,7 +94,7 @@ Alternatively, you can also check the application by curling the ALB endpoint. Y
9294
LocalStack console or by running the following command:
9395

9496
```bash
95-
awslocal elbv2 describe-load-balancers --names serviceslb --query 'LoadBalancers[0].DNSName'
97+
awslocal elbv2 describe-load-balancers --query 'LoadBalancers[0].DNSName'
9698
```
9799

98100
Now you can curl the endpoint using the following command:

docs/img/solution-diags.drawio.png

549 KB
Loading

docs/solution-diags.drawio

Lines changed: 136 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)