May I ask a question please? I have Metaflow pipe...
# ask-metaflow
g
May I ask a question please? I have Metaflow pipeline which is deployed to Step Function which utilizes the
foreach
. Since the
foreach
will take place in the Step Function, I believe DynamoDB is required to manage the state of the
foreach
. Suppose if the pipeline and the Step Function is running on AWS region
us-west-2
, is it possible to have the DynamoDB running on other region, i.e.
us-east-1
?
METAFLOW_SFN_DYNAMO_DB_TABLE
seems to accept only Table Name instead of the full ARN. Is it possible for Metaflow to support Step Function and DynamoDB residing in two separate AWS regions? Thank you for your help!
1