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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ in an automated fashion. It leverages Amazon Route 53 Application Recovery Contr
9
9
using AWS Systems Manager documents, S3 Multi-Region Access Points to provide a unified endpoint for S3 access that
10
10
spans multiple Region, and DynamoDB Global Tables for persisting batch state and tracking.
11
11
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.
0 commit comments