Aws mobile hub and asp.net web api integration is it a good design?

66 Views Asked by At

Can we use aws mobile hub for authentication and integrate asp.net web api for other business logic is it a good design ? I want to use sql server instead of dynamodb also i am not very fimiliar with lambda functions. Any suggestiosnb

1

There are 1 best solutions below

4
On

I'm not providing a recommendation here regarding ASP.net, but I just wanted to let you know that you can use AWS RDS to host managed SQL Server instances, so you do have the option of using an architecture like...

Amazon API Gateway ->
AWS Lambda ->
AWS RDS (SQL Server)

You can find documentation on that here:
http://docs.aws.amazon.com/lambda/latest/dg/vpc-rds.html

...and more info about AWS-hosted SQL Server...
https://aws.amazon.com/rds/sqlserver/

And, if you want to kick the tires on hosting business logic in the cloud using Amazon API Gateway and AWS Lambda, you can create an API in AWS Mobile Hub, here:
https://aws.amazon.com/mobile