How do I call the GetItem class of functions through DAXClient? #2262
Answered
by
jmklix
prm-james-hill
asked this question in
Q&A
|
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. |
Answered by
jmklix
Jun 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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