Jason Wadsworth

Jason Wadsworth @jasonwadsworth

About: Software architect with focus on cloud native solutions.

Location:
Overland Park, Kansas
Joined:
Oct 28, 2020

Jason Wadsworth
articles - 17 total

Adaptable Infrastructure on AWS: Combining ECS and Lambda Behind an ALB

I recently attended a session given by Allen Helton (AWS Hero) on the past and future of IaC...

Learn More 2 0May 27

Step Toward Better Tenant Provisioning

In a multi-tenant SaaS application, you often need to manage resources that are tenant-specific....

Learn More 2 6Jul 2 '24

How to Add Paid Features to Your SaaS Apps

Welcome! This post focuses on implementing feature tiers in SaaS applications, rather than payment...

Learn More 2 0May 13 '24

Lambda-less AppSync for SaaS

As a builder of SaaS software, I often find myself looking at services like AppSync with a bit of...

Learn More 4 0Mar 4 '24

Securing Cross-Account Access in Multi-Tenant SaaS Applications

If you’re building a SaaS solution, it’s critically important that you protect and isolate your...

Learn More 0 0Jan 11 '24

Solving the DynamoDB EventBridge Pipes Problem

I was really excited when AWS announced EventBridge Pipes at re:Invent last year. This was going to...

Learn More 8 2Feb 28 '23

Creating a Unique Constraint with DynamoDB

There are a lot of reasons why switching from SQL to NoSQL is a good idea for much of what we as...

Learn More 4 0Feb 16 '23

Multi-tenant Security Implementation

In my previous post I talked about why you need to think about data and security differently when...

Learn More 5 1Dec 6 '22

Multi-tenant Security

Security is hard. Multi-tenant security is harder. Multi-tenancy, however, is what makes the SaaS...

Learn More 5 0Oct 18 '22

State of Serverless

The latest report on the state of serverless from DataDog was a bit disappointing for me. Here’s...

Learn More 8 0Jun 11 '22

Working With Hierarchy Data In DynamoDB

Working with hierarchies in DynamoDB can be a little intimidating. In this post I'll show you two...

Learn More 25 3Jul 6 '21

Lambda Retries and Dead Letter Queues

As you may know, I'm a big fan of serverless in AWS. The primary compute component of serverless in A...

Learn More 27 0May 2 '21

Using Step Functions to Eliminate Your NAT Gateway

I love serverless, for a lot of reasons. One huge benefit is the cost; if you’re not using it you are...

Learn More 26 1Mar 14 '21

Working With Geo Data In DynamoDB

If you find yourself needing to work with Geo data you might find yourself reaching for tools like El...

Learn More 33 0Feb 21 '21

Managing Changing Access Patterns With DynamoDB

If you're new to DynamoDB, or NoSQL in general, you'll want to take some time to understand how acces...

Learn More 12 0Dec 19 '20

Delayed Event Processing - Part 2

In my previous post I showed you how you can handle multiple events but only trigger downstream proce...

Learn More 5 0Dec 16 '20

Delayed Event Processing - Part 1

Processing event data is a basic concept in today's cloud based architectures. We recently came acros...

Learn More 8 0Nov 25 '20