Skip to content

Commit 41a9c80

Browse files
committed
chore: updated readme
1 parent bae0cff commit 41a9c80

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ The Lambda receives a JSON list of **actions**, each with:
3131
2. **Run the Lambda locally** with sample data:
3232

3333
```bash
34-
cargo lambda invoke --data-file testdata/sample-input.json
34+
cargo lambda invoke --data-file testdata/01_sample-input.json
35+
36+
cargo lambda invoke --data-file testdata/02_priority-input.json
37+
38+
cargo lambda invoke --data-file testdata/03_bad-input.json
3539
```
3640

3741
You should observe a compilation error first. Fix it, then re‑run to expose the panic and logic bug.

0 commit comments

Comments
 (0)