Skip to content

Commit 9fe29ba

Browse files
committed
updating README
1 parent addf48c commit 9fe29ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lambda-durable-function-chaining-sam

lambda-durable-function-chaining-sam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If the orchestrator fails after Step 2 completes:
105105
2. Invoke the workflow:
106106
```bash
107107
aws lambda invoke \
108-
--function-name "arn:aws:lambda:us-east-1:945972242554:function:durable-orchestrator:live" \
108+
--function-name "$DURABLE_FUNCTION_ARN" \
109109
--payload '{"id": "test-123", "name": "demo", "value": 5}' \
110110
--cli-binary-format raw-in-base64-out \
111111
response.json

0 commit comments

Comments
 (0)