Hi, I just spotted that in the dynamodb module of ...
# http4k
o
Hi, I just spotted that in the dynamodb module of http4k-connect the
Query
action has a
Select
parameter of the corresponding enum type, whereas in the
Scan
action the
Select
parameter is just a string. I suppose that's an oversight, since the same set of values can be used for both actions. Are there any concerns in changing the type in
Scan
also to the
Select
enum (even if this would be an incompatible change)?
d
no - I think that's a good change. It's a simple fix so that's reasonable to make I think. Good spot! 🙂
👍 1