echo dot
Since I’m working on some projects in the company with Alexa, I got a echo dot.My idea is to review the possibilities that this platform can provide, and now with more reason as it was announced that...
View ArticleGetting AWS Logs from the CLI
One of the company’s developers asked me if there was any way to view the Lambda function logs from the command line, so I wouldn’t have to go into the AWS console and see them in CloudWatch Logs....
View ArticleDynamic configuration blocks in Terraform
One of the things I had to resolve was the fact that in Terraform there are configuration blocks that, depending on the options may have different parameters or may not even accept the same...
View ArticleAWS Certified DevOps Engineer - Professional
I recently approved the AWS Certified DevOps Engineer - Professional certification and wanted to leave my comments on the exam:It was 80 questions to answer in 170 minutes. This exam is the most...
View ArticleAWS CodePipeline with Bitbucket
At work I needed to deploy an application using AWS CodePipeline but the repository where the code is located is in Bitbucket. This was an inconvenient task because AWS Pipeline does not support...
View ArticleUsing Alexa ASK SDK from Lambda Layers
Lambda LayersLambda Layers was recently incorporated into AWS, which basically allows you to share libraries and codes between Lambda functions. This makes it possible to speed up development since now...
View ArticlePyenv to the rescue
The problemI 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 Layers and everything was fine...
View ArticleAWS Certified Alexa Skill Builder - Specialty
In January I took the beta test for AWS Certified Alexa Skill Builder Specialty and yesterday I got the results. I had been programming Alexa Skills and when I saw the blueprint of the exam it caught...
View ArticleGuru of the week
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 problem better.Every week a new question is...
View ArticleDynamic 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 an official solution and the interpretation by...
View ArticleHow to migrate Terraform remote tfstates
In Terraform you can rename and move resources and modules in the same state, whether it is local or remote. But when you want to migrate resources or modules between remote states, you have to take...
View ArticleAlexa skill: Días Festivos
Today I received the approval of the publication of my first Alexa skill in Spanish. The name of the skill is Días Festivos, and lets you know when is the next holiday of a particular month, ask for...
View ArticleTerraform module for AWS Backup
I just published my first open-sourced Terraform module called terraform-aws-backup at github, so I decided to share it as well in the public Terraform Registry.You can check my module...
View ArticleTerraform module for Amazon Elasticsearch Service
I share here another Terraform module that I just published as open source, which allows you to create Amazon Elasticsearch Service clusters. The module is designed following the best practices and...
View ArticleTerraform module for Amazon Cognito User Pools
I share here another Terraform module that I just published as open source, which allows you to create Amazon Cognito User Pools with its attributes and resouces such as app clients, domain y resource...
View ArticleTerraform module for Amazon Route53 Resolver Rules
I wrote this module to be able to create AWS Route53 Resolver rules for outbound endpoints in a more convenient way.You can check the module terraform-aws-route53-resolver-rules at the Terraform...
View ArticleTerraform module for Amazon CodeBuild
I just published a Terraform module called terraform-aws-codebuild at Github, so I decided to share it as well in the public Terraform Registry.You can check the module terraform-aws-codebuild at the...
View ArticleHashiCorp Certified: Terraform Associate
HashiCorp recently announced the general availability of some of their Cloud Certifications like Terraform and Vault (and others to come like Consul). As I’ve been working with Terraform for a while...
View ArticleTerraform module for Secrets Manager
I just published a Terraform module called terraform-aws-secrets-manager at Github, so I decided to share it as well in the public Terraform Registry.You can check the module...
View ArticleCertified Kubernetes Application Developer (CKAD)
I recently approved the Certified Kubernetes Application Developer (CKAD) exam by The Linux Foundation, so I decided to share my experience and some recommendations to prepare for the exam.The examThe...
View Article