Amazon web services – How to filter by date range in dynamodb?
I have following data in dynamo , all string fields. id | data | my_date 1 | some text | 2024-03-21 2. | more text | 2024-09-30 .... i wrote a query as such, to scan items and then filter…