.NET Core WEB API on AWS resource
Hello, I'm new to .NET core and I've been writing writing .NET core web APIs locally using EF core migrations with a local SQL server and I'd like to deploy my API to AWS and I'm not finding any good resources. I think I need to use Amazon RDS to setup a SQL server and I also looked into Elastic beanstalk where I can connect to the database and apply the migrations through VS, is this the correct path?
0 comments:
Post a Comment