Python
-
AWS Lambda: Programatically scheduling a CloudWatchEvent
I recently wrote a blog post showing how to create a Python ‘Hello World’ AWS lambda function and manually invoke…
Read More » -
AWS Lambda: Encrypted environment variables
Continuing on from my post showing how to create a ‘Hello World’ AWS lambda function I wanted to pass encrypted…
Read More » -
AWS Lambda: Programatically create a Python ‘Hello World’ function
I’ve been playing around with AWS Lambda over the last couple of weeks and I wanted to automate the creation…
Read More » -
Luigi: Defining dynamic requirements (on output files)
In my last blog post I showed how to convert a JSON document containing meetup groups into a CSV file…
Read More » -
Luigi: An ExternalProgramTask example – Converting JSON to CSV
I’ve been playing around with the Python library Luigi which is used to build pipelines of batch jobs and I…
Read More » -
A Problem With Python’s Code Blocks
So, this post was going to be completely different. I was going to do a post on how you can…
Read More » -
Default Implementations Using Delegation
Hey everyone! It’s my first post of the new year! Usually, I do a bunch of book reviews at the…
Read More » -
Getting Every Microsecond Out of uWSGI
In recent articles, I covered performance tuning both HAProxy and NGINX. Today’s article will be similar, however we’re going to…
Read More » -
Python Inheritance is More Powerful (and More Dangerous) Than Most
This is going to be a short one to get me back into writing again. I just wanted to point…
Read More »