Dynamic blocks in Terraform 0.12.x
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…
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…
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 solve…
In January I took the beta test for AWS Certified Alexa Skill Builder Specialty and yesterday I got the results.
I recently switched to Debian testing again so as to be able to use Python 3.6 among other things.
Lambda Layers was recently incorporated into AWS, which basically allows you to share libraries and codes between Lambda functions.