简体   繁体   中英

Can we deploy asp.net web application as AWS lambda function ( as container image )

Recently AWS announced container support on lambda. ie Lambda function as a container image, where we can deploy a limited-sized containerized application to AWS lambda.

So I created containerized asp.net core razor pages web application and deployed that docker image to AWS lambda but I couldn't get it working.

My question is, can we even do that?

I know we can deploy console apps or web APIs according to this - AWS Post but I did not find anything on the internet about deploying a Website/Web application.

Yes, you can deploy asp.net core web app in Lambda function. Check below blog post

Serverless ASP.NET Core 2.0 Applications

I tried for a sample application from Visual Studio 2017 and it is working good.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM