Reputation: 101
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
Reputation: 1876
Yes, it's possible. It's call S3Link. Check out this blog post Using S3Link with Amazon DynamoDB.
Upvotes: 1