gentle-analyst-70055
02/26/2024, 3:26 AMforeach
.
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!