-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
documentationThis is a problem with documentation.This is a problem with documentation.dynamodbp3This is a minor priority issueThis is a minor priority issue
Description
Describe the issue
According to the docs for DynamoDB.Table.update_item(), ExpressionAttributeValues
must be specified with value types, so: { ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} }
But it doesn’t seem to work this way. The resource interface handles the types automatically, so the code in the example should be { ":avail": "Available", ":back": "Backordered", ":disc": "Discontinued" }
There may be other instances like this, I didn’t check for them.
Links
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.dynamodbp3This is a minor priority issueThis is a minor priority issue