Skip to content

ConditionExpression - Comparison operators need to be improved #7059

Open
@smg-kayle

Description

@smg-kayle

Describe the issue

In the SDK docs https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/dynamodb/command/PutItemCommand/
It shows: Comparison operators: = | | | | = | = | BETWEEN | IN

In the Developer Guide https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.OperatorsAndFunctions.html#Expressions.OperatorsAndFunctions.Comparators
It shows:

a = b – True if a is equal to b.

a <> b – True if a is not equal to b.

a < b – True if a is less than b.

a <= b – True if a is less than or equal to b.

a > b – True if a is greater than b.

a >= b – True if a is greater than or equal to b.

What I expect to see in the SDK docs is Comparison operators: = | <> | <= | >= | < | > | BETWEEN | IN

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/dynamodb/command/PutItemCommand/

Metadata

Metadata

Assignees

Labels

documentationThis is a problem with documentation.p2This is a standard priority issuequeuedThis issues is on the AWS team's backlog

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions