We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae0cff commit 41a9c80Copy full SHA for 41a9c80
README.md
@@ -31,7 +31,11 @@ The Lambda receives a JSON list of **actions**, each with:
31
2. **Run the Lambda locally** with sample data:
32
33
```bash
34
- cargo lambda invoke --data-file testdata/sample-input.json
+ 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
39
```
40
41
You should observe a compilation error first. Fix it, then re‑run to expose the panic and logic bug.
0 commit comments