This is a migrated thread and some comments may be shown as answers.

has anyone used cordova to connect to aws rds?

2 Answers 80 Views
Apache Cordova
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
simon
Top achievements
Rank 1
simon asked on 13 Jun 2015, 07:00 PM

I'm trying to connect to my aws rds instance using the cordova plugin, but can't find any documentation on how to do this. Has anyone been successful in this, or know of any examples.

2 Answers, 1 is accepted

Sort by
0
Accepted
Martin Yankov
Telerik team
answered on 17 Jun 2015, 11:11 AM
Hello Simon,

The documentation for the Telerik Verified AWS Plugin is located here and a little bit more in depth here. Most importantly, the docs explain that the plugin simply wraps the AWS JS SDK and you should take a look at the AWS JS SDK Documentation to see how to use it. There are also some examples using the SDK here. They are examples of how to use the SDK in the browser, but the code should be the same. The only difference is that in Cordova you should wait for the deviceready event and in the browser you are including the JS SDK library as a resource.

Let me know if you have further questions.

Regards,
Martin Yankov
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
simon
Top achievements
Rank 1
answered on 17 Jun 2015, 02:16 PM

Thanks for the reply. 

Yes, I looked at all of those links, and got all the examples up and running nicely. I think the problem is that AWS JS SDK doesn't support the RDS yet. It just means i'll have to use DynamoDB. 

Tags
Apache Cordova
Asked by
simon
Top achievements
Rank 1
Answers by
Martin Yankov
Telerik team
simon
Top achievements
Rank 1
Share this question
or