Support key conditions beyond `BeginsWith` and `Between`
Open
- Dominant language
- Kotlin
- Stars
- 90
- Forks
- 42
- Avg merge
- 46m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Research direction
Start by tracing the existing handling for the BeginsWith and Between key conditions, then compare it with the AWS SDK's supported key-condition operators. The work is done when >=, <=, =, >, and < are supported alongside the existing conditions and their behavior is covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, kotlin
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100