When serverless stop , table are lost in dynamodb local

Hi everybody , i have a problem , i took 3 hours to fix but don’t success. hoping all you will help me to solve this problem .
i use serverless offline and dynamodb local . when i run project , i create new table and put item into table , but when i stop serverless offline , table and item are lost .
who do know solve this problem , help me :frowning:
thanks to everybody

Do you mean a DynamoDB local plugin, or the Java-based utility provided by AWS?

Either way, the DDB instance probably only stores your data in-memory, so everything is getting dropped when the process stops.

Hi ,
Thanks you , I understood it