Skip to content

Commit c4ebb87

Browse files
committed
fix readme
1 parent 74db850 commit c4ebb87

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

edge/wasm-sensors/README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ This scenario demonstrates the message flow and deployment behavior across diffe
240240
6. Disconnect EU region:
241241

242242
```bash
243-
./demo.sh disconnect "eu"
243+
./demo.sh disconnect_region "eu"
244244
```
245245

246246
This will stop the EU deployment.
@@ -256,20 +256,11 @@ This scenario demonstrates the message flow and deployment behavior across diffe
256256
8. Reconnect EU region:
257257

258258
```bash
259-
./demo.sh reconnect "eu"
259+
./demo.sh reconnect_region "eu"
260260
```
261261

262262
This will restart the EU deployment.
263263

264-
9. Monitor message flow:
265-
```bash
266-
./demo.sh logs
267-
```
268-
You should see:
269-
- Messages from US nodes (new deployment with purple color and lightning emoji ⚡)
270-
- Messages from EU nodes (new deployment with yellow color and battery emoji 🔋)
271-
- Messages from AS nodes (green color and light bulb emoji 💡)
272-
273264
This demo shows how to deploy and update the SQS Publisher across different regions, with each region having its own unique visual identity through colors and emojis.
274265

275266
### Deployment Options

0 commit comments

Comments
 (0)