• Pricing
© 2026 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy
Alex DeBrie

Alex DeBrie

Alex DeBrie is a data engineer at Serverless.

GitHubTwitter

Articles by Alex DeBrie (31)

Amazon RDS Proxy makes it easier to use SQL in Serverless
Alex DeBrieAlex DeBrie
Dec 3, 2019

Amazon RDS Proxy makes it easier to use SQL in Serverless

The release of the Amazon RDS Proxy at re:Invent removes one of the main objections to using relational databases in serverless applications. Read this post to understand why.

EventBridge Schema Registry -- what it is and why it matters for Serverless applications
Alex DeBrieAlex DeBrie
Dec 2, 2019

EventBridge Schema Registry -- what it is and why it matters for Serverless applications

The EventBridge Schema Registry helps document your event schemas and add discoverability to the event domain. See why it's useful here.

Tracking API Gateway metrics in Serverless applications
Alex DeBrieAlex DeBrie
Aug 15, 2019

Tracking API Gateway metrics in Serverless applications

Monitoring web APIs in Serverless applications can be difficult. See how to do it with the Serverless Framework.

Choosing a Database for Serverless Applications
Alex DeBrieAlex DeBrie
Jun 20, 2019

Choosing a Database for Serverless Applications

Learn the factors to consider when choosing a database with Serverless applications and AWS Lambda

DynamoDB On-Demand: When, why and how to use it in your serverless applications
Alex DeBrieAlex DeBrie
Dec 6, 2018

DynamoDB On-Demand: When, why and how to use it in your serverless applications

DynamoDB On-Demand allows truly serverless billing for your applications. Learn how to use it here, and when you should or shouldn't go on-demand.

All the Serverless announcements at re:Invent 2018
Alex DeBrieAlex DeBrie
Nov 27, 2018

All the Serverless announcements at re:Invent 2018

Not at AWS re:Invent? That's ok; we're compiling all the most important serverless announcements and updates. Updating live all week.

Building a chat application using AWS AppSync and Serverless
Alex DeBrieAlex DeBrie
Nov 19, 2018

Building a chat application using AWS AppSync and Serverless

Let's build a chat app using AWS AppSync and the Serverless Framework! Plus: info on data sources, metrics and logs, and authentication.

Contribute to the Serverless Blog
Alex DeBrieAlex DeBrie
Oct 10, 2018

Contribute to the Serverless Blog

We want to share your expertise with a global audience of serverless pioneers.

How to use the Serverless Event Gateway: build a REST API and react to custom events
Alex DeBrieAlex DeBrie
Aug 7, 2018

How to use the Serverless Event Gateway: build a REST API and react to custom events

How to use the Serverless Event Gateway (part of the Serverless Platform) to build REST APIs and react to custom events.

Using SQS with AWS Lambda and Serverless
Alex DeBrieAlex DeBrie
Jul 11, 2018

Using SQS with AWS Lambda and Serverless

Get started with Simple Queue Service (SQS) and Serverless, and learn some of the important configuration options.

React to any cloud event with hosted Event Gateway
Alex DeBrieAlex DeBrie
May 3, 2018

React to any cloud event with hosted Event Gateway

Event Gateway as a hosted service, configurable connectors, and a plugin for the Serverless Framework.

Serverless Workarounds for CloudFormation's 200 Resource Limit
Alex DeBrieAlex DeBrie
Mar 7, 2018

Serverless Workarounds for CloudFormation's 200 Resource Limit

How you can troubleshoot, and avoid hitting, CloudFormation's 200 resource limit

Build a multi-region, multi-master application with Serverless and DynamoDB Global Tables
Alex DeBrieAlex DeBrie
Jan 30, 2018

Build a multi-region, multi-master application with Serverless and DynamoDB Global Tables

We're going to create a multi-region, multi-master, geo-routed application—all in about 30 minutes.

Your CORS and API Gateway survival guide
Alex DeBrieAlex DeBrie
Jan 16, 2018

Your CORS and API Gateway survival guide

Get the basics on Cross-Origin Resource Sharing (CORS) and how to avoid problems with your Serverless web APIs on Lambda.

How to monitor AWS account activity with Cloudtrail, Cloudwatch Events and Serverless
Alex DeBrieAlex DeBrie
Jan 15, 2018

How to monitor AWS account activity with Cloudtrail, Cloudwatch Events and Serverless

Level up your AWS automation by reacting to events from AWS services.

Build a Github webhook handler with Serverless & AWS Lambda
Alex DeBrieAlex DeBrie
Jan 3, 2018

Build a Github webhook handler with Serverless & AWS Lambda

Deploy a Serverless service that posts notifications of Github stars in a Slack channel

Automate your DynamoDB backups with Serverless in less than 5 minutes
Alex DeBrieAlex DeBrie
Dec 12, 2017

Automate your DynamoDB backups with Serverless in less than 5 minutes

Using the Serverless Framework, you can set up automatic backups of your DynamoDB table.

Serverless Aurora: What it means and why it's the future of data
Alex DeBrieAlex DeBrie
Dec 4, 2017

Serverless Aurora: What it means and why it's the future of data

Learn what Serverless Aurora is, what it means for serverless developers, and why we think it's the future of data. Solving the serverless data layer.

The Ultimate Guide to Serverless Announcements @ AWS re:Invent 2017
Alex DeBrieAlex DeBrie
Nov 27, 2017

The Ultimate Guide to Serverless Announcements @ AWS re:Invent 2017

Your go-to resource for all Serverless announcements at AWS re:Invent.

Build a Python REST API with Serverless, Lambda, and DynamoDB
Alex DeBrieAlex DeBrie
Nov 16, 2017

Build a Python REST API with Serverless, Lambda, and DynamoDB

Deploy a Serverless REST API in minutes using the popular Flask web framework

The ABCs of IAM: Managing permissions with Serverless
Alex DeBrieAlex DeBrie
Nov 14, 2017

The ABCs of IAM: Managing permissions with Serverless

Learn the basics of IAM permissions with your Serverless projects.

Managing secrets, API keys and more with Serverless
Alex DeBrieAlex DeBrie
Nov 7, 2017

Managing secrets, API keys and more with Serverless

Use Lambda environment variables and AWS Parameter Store to handle configuration in your Serverless projects

Building an image recognition endpoint with Serverless and Google Cloud Functions.
Alex DeBrieAlex DeBrie
Oct 20, 2017

Building an image recognition endpoint with Serverless and Google Cloud Functions.

Use Serverless, Google Cloud Functions, and the Cloud Vision API to build an endpoint to classify images.

Deploy a REST API using Serverless, Express and Node.js
Alex DeBrieAlex DeBrie
Oct 4, 2017

Deploy a REST API using Serverless, Express and Node.js

Learn how to use the popular Express.js framework to deploy a REST API with Serverless, DynamoDB and API Gateway.

How to deploy multiple micro-services under one API domain with Serverless
Alex DeBrieAlex DeBrie
Sep 25, 2017

How to deploy multiple micro-services under one API domain with Serverless

Learn how to use the same domain name for multiple Serverless services with API Gateway base path mappings.

How to set up a custom domain name for Lambda & API Gateway with Serverless
Alex DeBrieAlex DeBrie
Sep 11, 2017

How to set up a custom domain name for Lambda & API Gateway with Serverless

Learn how to set up a custom domain name for AWS Lambda & API Gateway using the Serverless Framework to configure a clean domain name for your services.

Serverless Ops 102 - CloudWatch Logs and Centralized Logging with AWS Lambda
Alex DeBrieAlex DeBrie
Sep 8, 2017

Serverless Ops 102 - CloudWatch Logs and Centralized Logging with AWS Lambda

Monitor and Debug your Serverless Lambda functions with CloudWatch and centralized logging.

Serverless Ops 101 - Using CloudWatch Metrics & Alarms with Serverless Functions
Alex DeBrieAlex DeBrie
Aug 11, 2017

Serverless Ops 101 - Using CloudWatch Metrics & Alarms with Serverless Functions

Level up your serverless ops game with a walkthrough on CloudWatch metrics and alarms

How to Handle your Python packaging in Lambda with Serverless plugins
Alex DeBrieAlex DeBrie
Aug 4, 2017

How to Handle your Python packaging in Lambda with Serverless plugins

Handling Python dependencies in your Lambda functions can be a pain. Here's how I handle Python packaging with Serverless for dev/prod parity.

Alex DeBrieAlex DeBrie
Jul 19, 2017

Challenges and patterns for building event-driven architectures

Learn some tips and tricks as you move to an event-driven architecture

Alex DeBrieAlex DeBrie
Jun 21, 2017

Event-driven processing with Serverless and DynamoDB streams

Learn how to use DynamoDB streams and AWS Lambda to keep your search indexes and CRM tools up to date.