Hi everyone! I have a question regarding the dynam...
# ask-metaflow
a
Hi everyone! I have a question regarding the dynamo db table that must be configured in
METAFLOW_SFN_DYNAMO_DB_TABLE
. I created a flow and deployed in aws step functions, however, i dont see any item in dynamo. Every flow has run normal. I share an image of the table and the step functions used to run a simple flow.
✅ 1
a
the ddb table is only used to keep track of for-each states and even then has a very low ttl to keep your costs to a minimum
a
Thanks @ancient-application-36103. Got it.
Another question regarding deploying flows from a
notebook
. I was wondering if the notebooks must have configured the same json file that is used in the terminal.
a
correct
a
All right, thank you! I was using the cloud formation template in the outerbound page, and it did not have them.