-
Congressional Research Service Syndication Feed
One of the hidden gems of the Library of Congress is the Congressional Research Service (CRS). With a staff of about 600 researchers, analysts, and writers, the CRS provides "policy and legal analysis to committees and Members of both the House and Senate, regardless of party affiliation." It is kind …
Posted on· 5 minutes reading time -
Starting a Python-oriented Serverless-dot-com Project
In the past few months, I've created about a half-dozen projects using "serverless" infrastructure on Amazon Web Services (AWS). (And I'm about to start another one.) Over the course of these projects, I've refined my development environment into something that I think is useful to share, so read on for …
Posted on· 4 minutes reading time -
A Better Structlog Processor for Python for CloudWatch Logs Using AWS Lambda
I was introduced to structured logs at work, and this ol' hacker thinks that is a darn good idea. For a new program I'm writing, I wanted to put that into use. The program uses AWS Lambdas, and the log entries for the Lambdas end up in CloudWatch Logs. Unfortunately …
Posted on· 4 minutes reading time