Aurelia + AWS DynamoDB

Hi all,

i would like to know if it’s possible to use Aurelia and AWS DynamoDB.

so i would like to executes queries on the tables.
Anyone have already try to do this?

Hope you could help me.
Thank you,
Andrea

I haven’t used DynamoDB, but if you can make front-end Javascript calls to it, there would be nothing preventing you from using Aurelia as Aurelia is just JavaScript.

1 Like

You can try using https://aws.amazon.com/sdk-for-browser/
Credentials set up will be a little tricky but once you got past that everything should just work