Batman
Batman

Reputation: 101

Amazon S3 and DynamoDB

I have a question that keeps playing in my mind. The question is... Is there any possibility to connect database in DynamoDB with file in Amazon S3?

What I mean is, I have the details about files(.pdf) like the title, author, year of publication in DynamoDB, and the files are in bucket of Amazon S3. So, is there any possibility for me to connect these 2 services using JAVA ANDROID?

I tried to search but it seems that the more i seek for it, the more i get confused.

Anyone may help? Thank you

Upvotes: 1

Views: 385

Answers (1)

Yangfan
Yangfan

Reputation: 1876

Yes, it's possible. It's call S3Link. Check out this blog post Using S3Link with Amazon DynamoDB.

Upvotes: 1

Related Questions