goofyui
goofyui

Reputation: 3492

How to establish WebAPI for Amazon RDS SQL Database?

I am working on Xamarin Mobile App for which we are using SQL 2012 as Server Database. DB is already hosted in Amazon RDS. However, I am not clear on creating WebApi for the database.

How to establish WebAPI for Amazon RDS SQL Database?

Upvotes: 0

Views: 275

Answers (1)

pinedax
pinedax

Reputation: 9346

I DO suggestion to create an API as this can serve as the interface between your database and your Xamarin Mobile App.

You could use AWS Elastic Beanstalk for the hosting. This guide shows you wow to work with .Net and RDS and later be able to deploy it on Amazon.

Upvotes: 1

Related Questions