aws-amplify / aws-amplify/docs
Clarify how Datastore deletes items in DDB including information on TTL
Open
amplify/data
theme:data-datastore
- Dominant language
- MDX
- Stars
- 506
- Forks
- 1.1k
- Avg merge
- 3h 14m
- Merged PRs (30d)
- 1
Description
**Describe the content issue**:
We need to make it clear for developers that when using Datastore to delete data, it does not get removed immediately from DDB, and that it will get removed after the TTL (Default is 30 days). We also need to make it clear that the developer would still be paying for the storage of the items in DDB that have marked for deletion.
**URL page where content issue is**:
Contributor guide
Assessment
This issue has not been assessed yet.