Jenkins Pipeline to Invoke AWS Lambda Manually
Learn how to build a Jenkins declarative pipeline that invokes an AWS Lambda function on demand, validates the JSON response, and fails the build automatically on errors — complete with a working Jenkinsfile you can drop into any repo.
Makefile Patterns That Actually Work in Terraform Infrastructure Repositories
A practical guide to building a layered Makefile task runner for Terraform workflows — covering variable scoping, guard patterns, phased targets, and CI integration that holds up under real team use.