AWS-C++ DAX #2610
-
I'm working with DynamoDB in my C++ code and I want to use DAX to get a better performance. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@github-actions proposed-answer Thank you very much for your submission. Unfortunately the AWS CPP SDK DAXClient you are referring to is about control-plane APIs of the DAX, but not the data-plane. You can find all supported actions in the DAX API Reference documentation. Let me know if you have any further question. Best regards, Yasmine |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@github-actions proposed-answer
Hello @kinchi1 ,
Thank you very much for your submission. Unfortunately the AWS CPP SDK DAXClient you are referring to is about control-plane APIs of the DAX, but not the data-plane. You can find all supported actions in the DAX API Reference documentation.
This applies to all SDKs DAXClient as we are using the same input models to generate code.
There exists a DAXClient that supports the data-plane and is implemented by the DAX team (see), unfortunately they do not have a cpp implementation available at the moment. I will bring up your interest to the DAX team!
Let me know if you have any further question.
Best regards,
Yasmine