You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lambda-durable-human-approval-sam/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This pattern demonstrates a human-in-the-loop approval workflow using AWS Lambda
4
4
5
5
**Important:** Please check the [AWS documentation](https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html) for regions currently supported by AWS Lambda durable functions.
6
6
7
-
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/lambda-durable-hitl-approval-sam
7
+
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/lambda-durable-human-approval-sam
8
8
9
9
## Architecture
10
10
@@ -44,7 +44,7 @@ The pattern uses Lambda durable functions to implement a cost-effective approval
44
44
45
45
1. Navigate to the pattern directory:
46
46
```bash
47
-
cd lambda-durable-hitl-approval-sam
47
+
cd lambda-durable-human-approval-sam
48
48
```
49
49
50
50
2. Build the SAM application:
@@ -197,14 +197,14 @@ sam deploy --parameter-overrides ApproverEmail=new-email@example.com
0 commit comments