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: sfn-sqs-cdk/README.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
-
2
1
# Create an AWS Step Functions workflow to integrate with Amazon SQS using CDK.
3
2
4
-
5
-
6
-
This CDK application deploys a Step Functions workflow, that takes in a payload and sends part of it to an Amazon SQS. In this pattern, the state machine does not wait for a callback from the queue. The application contains the minimum IAM resources required to run the workflow.
3
+
This CDK application deploys a AWS Step Functions workflow, that takes in a payload and sends part of it to an Amazon SQS. In this pattern, the state machine does not wait for a callback from the queue. The application contains the minimum IAM resources required to run the workflow.
7
4
You can find the SAM template for the same pattern [here](https://serverlessland.com/patterns/sfn-sqs)
8
5
9
6
To manually create a virtualenv on MacOS and Linux:
@@ -43,7 +40,6 @@ Deploy your code
43
40
$ cdk deploy
44
41
```
45
42
46
-
47
43
## How it works
48
44
49
45
* Start the Step Function execution with the sample event payload
@@ -52,10 +48,10 @@ $ cdk deploy
52
48
53
49
## Testing
54
50
55
-
Run the following AWS CLI command to send a 'start-execution` command to start the Step Functions workflow. Note, you must edit the {StateMachineExpressSynctoLambda} placeholder with the ARN of the deployed Step Functions workflow. This is provided in the stack outputs.
51
+
Run the following AWS CLI command to send a 'start-execution` command to start the AWS Step Functions workflow. Note, you must edit the {StateMachineExpressSynctoLambda} placeholder with the ARN of the deployed AWS Step Functions workflow. This is provided in the stack outputs.
0 commit comments