terraform

Zip AWS Lambda function on the fly

Terraform has been a great tool for me to maintain infrastructure as a code (IaC). In fact, 90% of our current environment infrastructure is provisioned via Terraform. Lately, I’ve stumbled upon a challenging case: How to zip AWS Lambda function on the fly without using external script? Well, apparently there’s a little trick that doe’s this …

Zip AWS Lambda function on the fly Read More »