If Statements Inside Terraform Dynamic Blocks

Posted by Miguel Lopez on Tue 24 January 2023 in terraform

Learn how to use if-statements inside Terraform Dynamic blocks.


Continue reading

Entrypoint Script with Localstack and Docker-Compose

Posted by Miguel Lopez on Mon 16 January 2023 in localstack

Use Entrypoint Script to Automatically Provision AWS Resources in Localstack


Continue reading

Run Localstack with Docker-Compose

Posted by Miguel Lopez on Mon 16 January 2023 in localstack

Use Localstack to Mock AWS Services For Local Containers


Continue reading

Terraform for_each loops w/ if statements in Terraform 0.12.6+

Posted by Miguel Lopez on Wed 01 December 2021 in terraform

Real life example that demonstrates how to use for_each loops with an if conditional that determines if the resource is built or not.


Continue reading

Running Git in AWS Lambda Functions

Posted by Miguel Lopez on Thu 07 March 2019 in tutorials

Use GitPython w/ a Git Executable in AWS Lambda


Continue reading

Building Robust Packer AMIs

Posted by Miguel Lopez on Fri 16 November 2018 in automation

How to avoid Could not get lock /var/lib/dpkg/lock while using Packer


Continue reading

Jenkins Pipeline Env Variables w/ AWS SSM

Posted by Miguel Lopez on Thu 12 April 2018 in automation

Pull environment variables from AWS Parameter Store in a Jenkins Declarative Pipeline


Continue reading

If, If-else Statements in Terraform

Posted by Miguel Lopez on Tue 10 April 2018 in automation

Using if-else statements in terraforms


Continue reading

Managing Envrionments on Serverless Framework

Posted by Miguel Lopez on Mon 02 April 2018 in tutorials

Learn how to deploy Lambda functions to dev/test/stage/prod environments on Serverless Framework


Continue reading

Managing Automation Around Auto Scaling Groups

Posted by Miguel Lopez on Sat 31 March 2018 in automation

How to pick an automation toolset that supports auto scaling in the cloud


Continue reading