How to Set Up Datadog Monitoring for Containerized AWS Lambda Functions
When you deploy Lambda functions as Docker container images, adding Datadog monitoring works differently than the standard Lambda … Read more
When you deploy Lambda functions as Docker container images, adding Datadog monitoring works differently than the standard Lambda … Read more
If you have a Lambda function in one AWS account that needs to upload files to an S3 … Read more
When a Python project is just one file, structure doesn’t matter. But the moment you start adding a … Read more
Inconsistent code style is one of those things that doesn’t break anything but slowly makes a codebase harder … Read more
Pre-commit is a framework that runs code checks automatically every time you commit. It catches formatting issues, trailing … Read more
When you start writing Python beyond simple scripts, you’ll run into classes, objects, isinstance(), and hasattr(). These are … Read more
This guide shows you how to connect AWS Lambda to Microsoft SQL Server using PyODBC. Lambda doesn’t include … Read more
Sometimes you need a Lambda function or EC2 instance in one AWS account to read a secret stored … Read more
This guide covers how to install PostgreSQL on WSL Ubuntu 22.04, create a database and user, and verify … Read more
Lambda functions create CloudWatch log groups automatically, and they never clean up after themselves. Over time you end … Read more