Hi,
I'd like to query data stored in DynamoDB, the NoSQL database of Amazon Web Services,
for example by calling http://xxx.apigee.net/alexaws/query?table=users
Apigee would contact AWS DynamoDB and return the list of elements in the table 'users'
I've found a JavaScript library supplied by AWS which should be helping :
http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/index.html
Should I use the Browser or NodeJS one ?
Does that looks doable ?
Thanks
Yes! DynamoDB provides REST interfaces which you can use and proxy them through Apigee. In this case you don't use a SDK but directly access their HTTP(s) end points. Please follow the instructions from Apigee documentation to get started.