You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO review not sure if the attribute should be L(ist) or S(et) or if both are supported, they both executed successfuly against dynamodb when testing but with wrong result
262
+
// TODO review not sure if the attribute should be L(ist) or S(et) or if both are supported, they both executed successfuly against dynamodb when testing but with unexpected result
@@ -147,7 +146,7 @@ export class RequestExpressionBuilder {
147
146
* for all the values included in operators
148
147
*
149
148
* @param {(operator: ConditionOperator) => any} impl The function which is called with the operator and returns a function which expects the value
150
-
* for the condition. when executed the implementation defines what todo with the condition, just return it for example or add the condition to the request
149
+
* for the condition. when executed the implementation defines what to do with the condition, just return it for example or add the condition to the request
@@ -166,7 +165,7 @@ export class RequestExpressionBuilder {
166
165
* for all the values included in operators
167
166
*
168
167
* @param {(operator: ConditionOperator) => any} impl The function which is called with the operator and returns a function which expects the value
169
-
* for the condition. when executed the implementation defines what todo with the condition, just return it for example or add the condition to the request
168
+
* for the condition. when executed the implementation defines what to do with the condition, just return it for example or add the condition to the request
0 commit comments