According to the AWS-SDK document, in api version 2012-08-10, range key can be either a type of String, Integer or Binary when it comes with comparison conditions. (e.g. gt, lt, gte, ...)
I guess it's user's responsibility to make range keys match with schema definition and should omit this conversion so that we can make use of comparison conditions not only with Integer but also String and/or other data types.
According to the AWS-SDK document, in api version 2012-08-10, range key can be either a type of String, Integer or Binary when it comes with comparison conditions. (e.g. gt, lt, gte, ...) I guess it's user's responsibility to make range keys match with schema definition and should omit this conversion so that we can make use of comparison conditions not only with Integer but also String and/or other data types.
Please review it. :bow: