Hi and thanks for this useful package :)
I would need on my project to clear data in DynamoDB but only if a specific field matches a certain value. It would be nice to be able to provide filters, something like this:
dynamodb-empty --table tableName --filters '{ "myFieldName": { "$eq": "myFiedValue" } }'
Hi and thanks for this useful package :)
I would need on my project to clear data in DynamoDB but only if a specific field matches a certain value. It would be nice to be able to provide filters, something like this:
dynamodb-empty --table tableName --filters '{ "myFieldName": { "$eq": "myFiedValue" } }'