Category: Uncategorized

  • Using Layers with AWS Lambda

    We run some Python functions on AWS Lambda, and we originally used serverless. We set up the config files, node packages, etc. for that to deploy to our different environments. It worked pretty well. The main benefit is that serverless packaged up Python dependencies and deployed them with our main function code. Believe it or…

  • Switching from Hosted to Self-hosted WordPress

    Today was moving day. I started blogging in 2012 at the very beginning of my career as a developer (though it only lasted about 8 months the first time). It was fun and a good way to keep track of what I was working on. I had no experience working with server admin, so I…