New AWS API Gateway v2 for HTTP APIs

New AWS API Gateway v2 for HTTP APIs

During AWS re:Invent this year AWS announced a new way to make HTTP APIs with API Gateway v2. It now includes things like native support for JSON Web Tokens (JWTs) and a vastly simplified number of AWS resources to get an API up and running. You can read about all the updates here in my post on the Serverless Blog.

Amazon Cognito Custom Attributes

Amazon Cognito can be a useful service when you want to add authentication and authorization to an existing application on AWS. But I’ve also noticed a few quirks that I couldn’t find answers to anywhere in the documentation. So here’s my attempt to spare some folks idle hours search for answers.

Creating Serverless Applications for Your Portfolio

After an exhausting week and a half traveling to conferences I’m back home in Seattle and have my talk and workshop content from the trip to share with you! If you’re interested in getting started with Serverless on AWS and learning how to add serverless applications to your development portfolio you should take a look!

Serverless Application Patterns - Indexing Searchable User-Generated Content

Searchable content is a common component of many modern applications. But for applications that rely on a streams of new user-generated content how can we create a system that reliably and rapidly indexes searchable content and also provides ways to update, and act on changes to that data later on? This post will show you an architecture that can accomplish this using AWS services like Lambda, API Gateway, S3, Systems Manager Parameter Store, and DynamoDB. We’ll also use the third party provider Algolia for search.

Migrating AWS SAM Applicaitons to the Serverless Framework

Migrating AWS SAM Applicaitons to the Serverless Framework

I recently published an article in The New Stack on migrating AWS SAM applications to the Serverless Framework.