Skip to content

Commit f97050f

Browse files
authored
Merge pull request #7 from aws-solutions-library-samples/pvaidyan-patch-1
Update README.md
2 parents fe12b00 + 7f75a93 commit f97050f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ in an automated fashion. It leverages Amazon Route 53 Application Recovery Contr
99
using AWS Systems Manager documents, S3 Multi-Region Access Points to provide a unified endpoint for S3 access that
1010
spans multiple Region, and DynamoDB Global Tables for persisting batch state and tracking.
1111

12+
The step function based batch processing solution follows the architecture outlined in the AWS Blog article ["Creating AWS Serverless Batch Processing Architectures"](https://aws.amazon.com/blogs/compute/creating-aws-serverless-batch-processing-architectures/). For more details about the inner workings of the processing logic within the step functions, refer to this article.
13+
1214
## Architecture
1315

1416
### 1. Operating Batch in Primary Region
@@ -217,4 +219,4 @@ aws ssm start-automation-execution --document-name "AutomationFailoverRunbook" -
217219
See [CONTRIBUTING](CONTRIBUTING.md) for more information.
218220

219221
## License
220-
This library is licensed under the MIT-0 License. See the [LICENSE](LICENSE) file.
222+
This library is licensed under the MIT-0 License. See the [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)