Using begins_with
attribute with lib-dynamodb
#5317
-
I would like to know if it is possible to use the Any help would be very much appreciated. Code example using the V3 SDK:
And this is how I achieve it using the V2 SDK:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Closed due to my mistake mixing up
|
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Closed due to my mistake mixing up
GetCommand
andQueryCommand
. You can indeed filter withbegins_with
using the V3 SDK when you useQueryCommand
but not withGetCommand
. Solution below: