Build Secure Microservices with AWS Lambda and ASP.NET Core

Build Secure Microservices with AWS Lambda and ASP.NET Core

This tutorial walks you through building an authentication microservice in ASP.NET Core and deploying it to AWS Lambda.

dennis602

Is this a monolithic application or a microservice? If you add another http verb like post or another controller it will only be 1 lambda expression in AWS. I thought microservice was all your calls and services/controllers broke out into separate services?