Wald aldera
Wald aldera

Reputation: 127

AWS with ionic framework

I will developing an app in ionic framework, and i use AWS S3 to store picture and documentation , what is the best used databases Amazon DynamoDB or mongodb ? and what the best way to connect AWS S3 with databases ?

finally i want app working in offline and online .

Upvotes: 3

Views: 374

Answers (1)

Chad Elias
Chad Elias

Reputation: 667

You can use AWS Mobile Hub to serve as your project in AWS. You can use this service to create User Files which does exactly what you are describing for the users and provides tutorials on how to accomplish this.

I would download the AWS Mobile CLI and follow the steps to create your Mobile Hub Project from within your Ionic project root folder.

From there you can then start adding backend features to your app such as S3 for user files, pictures etc..

I would then head over to AWS Amplify and go through their set up tutorial for the Ionic frame work and then you can use Amplifies very easy to use functions right in your components to get and set data.

I just finished a mobile app with these and I can say it was a very easy process once going through the documentation.

Upvotes: 2

Related Questions