Skip to content

we will learn about hosting ASP.NET Core Web API with AWS Lambda in a rather simple-to-follow manner. It is going to be as simple as developing a .NET 6 Web API as you would normally do using Controllers or Minimal APIs, and uploading the published files over to AWS Lambda (or using the standard AWS Templates shipped with the AWS Toolkit).

Notifications You must be signed in to change notification settings

iammukeshm/hosting-aspnet-core-web-api-with-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hosting ASP.NET Core Web API with AWS Lambda – Truly Serverless .NET 6 APIs

In this article, we will learn about hosting ASP.NET Core Web API with AWS Lambda in a rather simple-to-follow manner. It is going to be as simple as developing a .NET 6 Web API as you would normally do using Controllers or Minimal APIs, and running some CLI commands which will deploy your API as Lambda Function to AWS Lambda super fast!

Hosting ASP.NET Core Web API with AWS Lambda

Topics covered :

  • Pros & Cons of Hosting ASP.NET Core Web API with AWS Lambda
  • When to Host ASP.NET Core Web API with AWS Lambda?
  • Installing the Required Lambda Package & Service Registration
  • Deploying the AWS Lambda with CLI
  • Lambda Function URLs
  • Adding Environment Variables to the AWS Lambda
  • AWS Lambda CLI Functions
  • Storing Lambda Configurations in aws-lambda-tools-defaults.json
  • DevOps Enhancement for CI/CD

Read the entire article : https://codewithmukesh.com/blog/hosting-aspnet-core-web-api-with-aws-lambda/

I can assure you that you are going to learn a lot from this article. Star this repository and share the article to your circle if you learned something new! 🙂

About

we will learn about hosting ASP.NET Core Web API with AWS Lambda in a rather simple-to-follow manner. It is going to be as simple as developing a .NET 6 Web API as you would normally do using Controllers or Minimal APIs, and uploading the published files over to AWS Lambda (or using the standard AWS Templates shipped with the AWS Toolkit).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages