tempest icon indicating copy to clipboard operation
tempest copied to clipboard

Support key conditions beyond `BeginsWith` and `Between`

Open Leeeei opened this issue 3 years ago • 2 comments

It seems that tempest only supports BeginsWith and Between key conditions. It would be great if it can support other conditions like >=, <=, =, > and < which are supported by AWS SDK.

Leeeei avatar Sep 23 '21 05:09 Leeeei

This feature seems to be a must have in order to provide something really useful.

Does someone have an idea on how to add it in tempest?

ShauniArima avatar Mar 08 '24 10:03 ShauniArima

Here is how tempest supports Filter Expression. You may want to reference this when designing API for additional Key Conditions.

zhxnlai avatar Mar 08 '24 17:03 zhxnlai