Deploying AWS Lambda from AWS ECR registry with Terraform

Amazon AWS is rather slow when it comes to supporting new .NET versions on its Lambda feature. This is where running your functions from a docker image comes in handy, allowing you to run any version of .NET. In this short blog article, I will demonstrate how to deploy AWS Lambda from an Elastic Container […]