Deploying Containerized AWS Lambda functions with Terraform

<p>In&nbsp;<a href="https://medium.com/akava/simple-aws-lambda-deployment-with-terraform-1f51c08c6f4" rel="noopener">Simple AWS Lambda Deployment with Terraform</a>, I demonstrated how to deploy a class of AWS Lambda functions I call the simple lambda function. Simple lambda functions are deployed by packaging source code as a zip archive and uploading it directly to the AWS Lambda service. These functions tend to be small (&lt;50MB), use only the built-in modules for the programming languages they are written in, and optionally also include the AWS SDK, which is available in all AWS Lambda runtimes.</p> <p>Developing and deploying containerized applications has become common place in the software industry, and for good reasons (e.g. deployment ease and consistency, portability, etc.)! In this article, I demonstrate how to deploy containerized AWS Lambda functions using Terraform.</p> <p><a href="https://medium.com/akava/deploying-containerized-aws-lambda-functions-with-terraform-7147b9815599"><strong>Visit Now</strong></a></p>