Recent Posts

Dynamic blocks in Terraform 0.12.x

2 minute read

Some time ago I wrote about how to make dynamic blocks in Terraform 0.11.x, that although it solved the problem, it generated others because it wasn’t an o...

Guru of the week

less than 1 minute read

Last week I answered this Guru of the Week question and I won!. Some questions can be tricky, but the key is to think what service or technology solves the...

Pyenv to the rescue

1 minute read

I recently switched to Debian testing again so as to be able to use Python 3.6 among other things. I started working with this version, creating my Lambda ...

Using Alexa ASK SDK from Lambda Layers

1 minute read

Lambda Layers Lambda Layers was recently incorporated into AWS, which basically allows you to share libraries and codes between Lambda functions. This make...