Forum Discussion
richie
5 years agoCommunity Hero
Hey @tech123,
I googled "amazon sdk java jdbc connection dynamodb" and there are a number of links that might help.
I believe that the previous forum user who resolved this issue did something like this.
I cant be more help i'm afraid cos ive never tried setting up a cosmos/dynamodb connection before.
To be honest, i think the REST request option is probably easier.
Nice one
Rich
I googled "amazon sdk java jdbc connection dynamodb" and there are a number of links that might help.
I believe that the previous forum user who resolved this issue did something like this.
I cant be more help i'm afraid cos ive never tried setting up a cosmos/dynamodb connection before.
To be honest, i think the REST request option is probably easier.
Nice one
Rich
tech321
5 years agoContributor
And how does that REST request option work?
- sonya_m5 years ago
Alumni
tech321 the REST option Richie mentions they describe earlier as this:
>>
I actually knew this so dont know why i didnt suggest this last time this popped up, but cosmosdb has exposed REST APIs that allows you to query via REST rather than jdbc. This looks like its due to a driver issue so querying via REST would get you round this
<<
Thank you richie for suggesting this! Also, is there anything you could clarify more for tech321?
- tech3215 years agoContributor
Thanks, I am not sure how to use the Rest option instead of of the JDBC. Is there any example of that? Or is there any documentation from SoapUI about that? please advise