Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 60b6487

Browse files
author
Pang, Lee
committed
point to aws batch genomics repo for tldr
1 parent 6c35500 commit 60b6487

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

docs/orchestration/step-functions/step-functions-overview.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,15 @@
66

77
In the context of genomics workflows, the combination of Step Functions with Batch and Lambda constitutes a robust and scalable task orchestration solution.
88

9-
<!--// not ready for release yet
10-
// TODO: create the example sfn state-machine cfn template
119
## TL;DR
1210

13-
If you need something up and running in a hurry, and you've followed all of the
14-
steps in the [Getting Started](../../../core-env/introduction/) section, you
15-
already have the majority of what you need setup.
11+
If you need something up and running in a hurry, a fully automated setup process
12+
is provided at this GitHub repository:
1613

17-
The last component you need is a Step Functions state machine for your workflow.
18-
Below is a CloudFormation template that creates an example state-machine that
19-
you can modify to suit your needs.
14+
[AWS Batch Genomics](https://github.com/aws-samples/aws-batch-genomics)
2015

21-
| Name | Description | Source | Launch Stack |
22-
| -- | -- | :--: | :--: |
23-
{{ cfn_stack_row("AWS Step Functions", "GenomicsWorkflow-Sfn", "aws-genomics-sfn.template.yaml", "Create IAM roles, Batch job definitions, and an example genomics workflow using an AWS Step Functions state machine") }}
24-
-->
16+
If you are interested in creating your own solution with AWS Step Functions and AWS Batch,
17+
read through the rest of this page.
2518

2619
## Prerequisites
2720

0 commit comments

Comments
 (0)