How do I call the GetItem class of functions through DAXClient? #2262
-
I don't see any way of calling these functions from this SDK's Aws::DAX::DAXClient. I could see this being intentional since https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Operations.html makes it clear that these are part of the DynamoDB API instead of DAX, but https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.client.modify-your-app.html makes it sound like the DAX client is supposed to additionally be a replacement for the DynamoDB client. Noting that I tried just pointing the Aws::DynamoDB::DynamoDBClient at my DAX endpoint, but was unsuccessful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@github-actions proposed-answer You can't call |
Beta Was this translation helpful? Give feedback.
@github-actions proposed-answer
You can't call
GetItem
, or most of the DynamoDB actions listed here. You can only use the actions listed here. DAX is a DynamoDB accelerator for certain actions and is not a full replacement for the DynamoDB client