Skip to content

Commit 9fddf04

Browse files
fix(readme): correct CLI command to list-durable-executions-by-function
The AWS CLI command is 'list-durable-executions-by-function', not 'list-durable-executions'. Fixed per reviewer testing feedback.
1 parent 974da53 commit 9fddf04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambda-durable-bedrock-cdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Important: this application uses various AWS services and there are costs associ
9292

9393
2. The function includes a durable wait, so the initial invocation returns quickly with a `"PENDING"` status. Check the durable execution status using the same `<FunctionName>` and `<Version>`:
9494
```bash
95-
aws lambda list-durable-executions \
95+
aws lambda list-durable-executions-by-function \
9696
--function-name <FunctionName> \
9797
--qualifier <Version>
9898
```

0 commit comments

Comments
 (0)