I can successfully run the ASP.NET Core Web API blueprint in the Visual Studio 2015 AWS Serverless Application template. However, when I try this from Visual Studio 2017 Enterprise, I get an unhandled exception reported in the application console when issuing a simple GET against the s3proxy controller. If I remove the IAmazonS3 argument from the S3ProxyController constructor, the problem goes away.
I have installed the latest preview of the AWS Toolkit for Visual Studio 2017.
Please advise.
I can successfully run the ASP.NET Core Web API blueprint in the Visual Studio 2015 AWS Serverless Application template. However, when I try this from Visual Studio 2017 Enterprise, I get an unhandled exception reported in the application console when issuing a simple GET against the s3proxy controller. If I remove the IAmazonS3 argument from the S3ProxyController constructor, the problem goes away.
I have installed the latest preview of the AWS Toolkit for Visual Studio 2017.
Please advise.