Skip to content

Commit 18c9da3

Browse files
author
Ubuntu
committed
Including README.md from PR comments
1 parent 6debb16 commit 18c9da3

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

s3-eventbridge-sfn-terraform/README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# S3 to StepFunctions with EventBridge Rule
1+
# Amazon S3 to AWS Step Functions with Amazon EventBridge Rule
22

3-
This pattern demonstrates how to create an EventBridge rule with S3 as the event source and Step Functions as target. Implemented with Terraform.
3+
This pattern demonstrates invoking a Step Functions state machine from an S3 event via EventBridge. Implemented with Terraform.
44

55
Learn more about this pattern at Serverless Land Patterns: [erverlessland.com/patterns/s3-eventbridge-sfn-terraform](https://serverlessland.com/patterns/s3-eventbridge-sfn-terraform)
66

@@ -41,29 +41,22 @@ Important: this application uses various AWS services and there are costs associ
4141
## How it works
4242
4343
- Upload a file to the newly created S3 bucket
44-
- This will send an `Object Created` event to EventBridge
44+
- This sends an `Object Created` event to EventBridge
4545
- Based on the EventBridge rule, the state machine is executed
4646
4747
4848
## Testing
4949
50-
1. Navigate to AWS console and go to the S3 bucket that was created by this terraform template
50+
1. Navigate to Amazon S3 console, then choose the S3 bucket created by this Terraform template.
5151
5252
2. Upload a file to the S3 bucket
5353
54-
3. Immediately after the upload is completed successfully, navigate to the Step Functions state machine, you will see an execution has been triggered
55-
56-
## Cleanup
57-
58-
1. Delete the stack
59-
```bash
60-
cdk destroy
61-
```
54+
3. Immediately after the upload completes successfully, navigate to the Step Functions console. Select the state machine created by the template, and observe the state machine execution.
6255
6356
64-
## Documentations and next step
57+
## Documentation and next step
6558
66-
To create a full Step Functions workflow with the pattern created, you can find out example workflows at Step Functions Workflow: [serverlessland.com/workflows](https://serverlessland.com/workflows)
59+
To create a full Step Functions workflow with this pattern, search the example workflows available at [serverlessland.com/workflows](https://serverlessland.com/workflows)
6760
6861
6962
## Cleanup
@@ -87,4 +80,4 @@ To create a full Step Functions workflow with the pattern created, you can find
8780
----
8881
Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
8982
90-
SPDX-License-Identifier: MIT-0
83+
SPDX-License-Identifier: MIT-0

0 commit comments

Comments
 (0)