Skip to content

Commit 761bc80

Browse files
committed
update README
1 parent 9736dd4 commit 761bc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The sample application, utilizing the AWS Cloud Development Kit (AWS CDK) 🛠
2424

2525
## Getting Started 🏁
2626

27-
This guide assumes that you have cloned the repository and are in the project root directory. The following steps will guide you through the process of building, deploying, and running the sample application both locally and on AWS.
27+
This guide assumes that you have cloned the repository and are in the project root directory. The following steps will guide you through the process of building, deploying, and running the sample application both locally and on AWS. We have a [sample application](https://github.com/localstack-samples/sample-cdk-ecs-elb/tree/main/src) that listens on port `3000` and returns a JSON response.
2828

2929
### Prerequisites 🧰
3030

@@ -158,7 +158,7 @@ Setting up Visual Studio Code for remote Node.js debugging enables smoother and
158158

159159
```bash
160160
export ECS_DOCKER_FLAGS="e NODE_OPTIONS=--inspect-brk=0.0.0.0:9229 -p 9229:9229
161-
```
161+
```
162162
163163
2️⃣ **Adding a Task to Wait for Remote Debugger Server** 🕰️
164164

0 commit comments

Comments
 (0)