Jason Butz

Jason Butz @jbutz

About: Software Engineer & Architect | AWS Serverless Community Builder | AWS Certification SME

Joined:
Jan 16, 2018

Jason Butz
articles - 25 total

JavaScript Lambda Runtime Benchmarking

Last month, I tried out using Bun as a custom JavaScript Lambda runtime and was surprised by the...

Learn More 3 3May 22

JavaScript Lambda Functions Using a Bun Custom Runtime

I've previously tried out Lambda functions with a custom runtime using Deno, and it had great...

Learn More 5 0Apr 23

How Big Should Your Engineering Team Be?

Have you ever been on a team where it seemed like it took forever to get anything done? You had...

Learn More 0 0Apr 17

From PartyRock to Bedrock: AI-Powered Automation at Work

There's been an explosion of tools claiming to make your job easier and touting GenAI, and I'm sure...

Learn More 2 0Jan 31

How to Enable Multi-Session Support in the AWS Console

AWS has finally released support for users to sign in to multiple AWS accounts simultaneously,...

Learn More 2 0Jan 16

Chaos Engineering with AWS FIS and Lambda

Recently AWS's Fauly Injection Service (FIS) added support for AWS Lambda, maybe it's the other way...

Learn More 4 0Nov 20 '24

Lit - Lighting Fast Web Components

Ever since the first release of web components I've been interested in them. A way to build...

Learn More 0 0Oct 11 '24

AWS Certified AI Practitioner Beta Exam Reaction

The other day, I took and passed the new AWS Certified AI Practitioner beta exam. I was surprised at...

Learn More 5 0Sep 21 '24

IAM Policy Conditions & SQS Queue Access

The other week, I was helping a client work through an interesting challenge. The entire problem...

Learn More 3 0Feb 22 '24

Amazon CodeCatalyst Quality Reports - What Reports Should Be

Discover Amazon CodeCatalyst's standout feature: quality reports. Dig into the supported reports and setup without configuration or external tool integrations.

Learn More 4 0Jan 17 '24

Amazon CodeCatalyst - Is it ready for the enterprise?

I’m very interested in recent advancements in cloud-hosted development environments. GitHub...

Learn More 6 1Dec 4 '23

Enhancing AWS Lambda Security with Deno

Deno is an alternative JavaScript runtime that was released back in 2020. I’ve been seeing more...

Learn More 1 3Jul 28 '23

Demystifying AWS Partitions

Amazon Web Services (AWS) is a widely adopted cloud computing platform offering diverse services to...

Learn More 4 0Jul 13 '23

Secure Deploys from GitHub with the AWS CDK

Learn how to enhance security and streamline the deployment process from GitHub to AWS using OpenID Connect (OIDC). This article explains how to establish a trust relationship between AWS and GitHub, configure an IAM Role, and update GitHub Workflow to leverage OIDC for temporary credentials.

Learn More 1 0Jun 11 '23

Service Discovery for Serverless Microservices on AWS

Across all my experience with microservices, coupling has been the single most significant cause of...

Learn More 1 0Mar 13 '23

Building a Resilient Static Website on AWS

Do you remember the AWS outage in December 2021? I do. My client at work had a P1 incident. Many of...

Learn More 2 0Jan 15 '23

AWS Prescriptive Guidance

Did you know AWS has a library of guides, strategies, and patterns that have been reviewed and can...

Learn More 0 0Jan 10 '23

Tracking Unhandled JavaScript Errors with Plausible.io

I recently tried out Plausible as an alternative to running my own Countly. With Plausible I was able...

Learn More 0 0Jan 10 '23

Using Lambda Function URLs to Collect Form Submissions

This past week AWS announced Lambda Function URLs, public endpoints you can enable for Lambda...

Learn More 0 0May 5 '22

Invoking AWS Lambda Functions from API Gateway and SQS

I've noticed people trying to return HTTP status codes from AWS Lambda functions when those functions...

Learn More 0 0May 5 '22

AWS API Gateway Authorizers & Default Responses

A coworker of mine recently was having issues with calling an AWS API Gateway he had deployed. He was...

Learn More 4 0Jul 3 '20

Live Process Output To The User With Redis and Server-Sent Events

In a recent project I needed to collect the output from a process that was occurring on the server...

Learn More 3 0Dec 15 '18

Simple Git Rebases

Learning to make appropriate use of git rebase can help you ensure your git commit log makes sense...

Learn More 8 0Nov 2 '18

Server-Sent Events With Node

Server-Sent Events (SSEs) allow one-way communication from the server to the client. They can be very...

Learn More 9 1Aug 17 '18

Let's Encrypt - Cloudflare

Let’s Encrypt and certbot are wonderful and make it easy, and cheap, to get SSL certificates setup....

Learn More 6 1Mar 28 '19