We have an existing angular web app with .net core that we've just completed development on locally. After all the usual processes when we tried to go ahead with the web app deployment on AWS we're having issues with it, in particular with .net core api.
We looked at existing resources related to .NET Core 5 API deployment but they are not that useful since they are mostly referencing to the Deployment of an AWS Lambda project. What we need is to deploy the already existing .NET Core Web API with a CQRS architecture (I don’t think that architecture matters here).
We were also suggested to use AWS Toolkit for Visual Studio but unfortunately, it's not available for mac so the process isn't helping so far. We're on project assignment deadline by the end of the year and were wondering if there's any streamlined way to do the .net core API deployment on aws?
Any help is greatly appreciated!