Skip to content

Commit 3aae280

Browse files
committed
terraform-lambda-sfn: Fix typo
1 parent 584ecdd commit 3aae280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform-lambda-sfn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The pattern creates a Lambda function, and a Step Functions workflow, a Log group and the IAM resources required to run the application.
44

5-
A Lambda function uses the AWS SDK to asyncronously invoke the Step Function workflow, passing the event body. The Step Function workflow showcasing the different States.
5+
A Lambda function uses the AWS SDK to asynchronously invoke the Step Function workflow, passing the event body. The Step Function workflow showcasing the different States.
66

77
![](./images/stepfunctions_graph.png)
88

terraform-lambda-sfn/example-pattern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"headline": "How it works",
99
"text": [
1010
"The pattern creates a Lambda function, and a Step Functions workflow, a Log group and the IAM resources required to run the application.",
11-
"A Lambda function uses the AWS SDK to asyncronously invoke the Step Function workflow, passing the event body. The Step Function workflow showcasing the different States."
11+
"A Lambda function uses the AWS SDK to asynchronously invoke the Step Function workflow, passing the event body. The Step Function workflow showcasing the different States."
1212
]
1313
},
1414
"gitHub": {

0 commit comments

Comments
 (0)