Recent Posts

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...

AWS CodePipeline with Bitbucket

1 minute read

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 tas...