generated from amazon-archives/__template_Apache-2.0
-
Couldn't load subscription status.
- Fork 38
Open
Description
Sometimes we want to keep a record of that json record even if our customer requests to delete that data. So instead of removing that full record from the json document, can we update the json keys partially to null?
example:
so current json record:
{
"customerId": 123,
"createdAt": "2021-05-10",
"email": "test@test.com",
"phone": "456-789-0299"
}
instead of fully removing the record, we would want the s3 file to look like below:
{
"customerId": 123,
"createdAt": "2021-05-10",
"email": "",
"phone": null
}
matteofigus
Metadata
Metadata
Assignees
Labels
No labels