AWS Lambda Event Destinations with the Serverless Framework

AWS Lambda Event Destinations with the Serverless Framework

The Serverless Framework recently added support for Lambda Event Destinations. I wrote a tutorial to show you how to use them in your serverless architectures.

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.

November 2019 - New AWS Lambda Features

November 2019 - New AWS Lambda Features

AWS recently annouced a bunch of new features for Lambda. You can read my summary and analysis of the new features on the Serverless Blog here in my post on the Serverless Blog. Disclosure: While I have used the Serverless Framework for years, as of this posting I am employed by Serverless Inc. (the makers of the Serverless Framework).
Lambda Supported Languages and Runtimes

Lambda Supported Languages and Runtimes

AWS recently added several managed Lambda runtimes. You can read about all the updates here in my post on the Serverless Blog. Disclosure: While I have used the Serverless Framework for years, as of this posting I am employed by Serverless Inc. (the makers of the Serverless Framework).
Extending CloudFormation with Custom Resources

Have you ever tried to do something with CloudFormation but just needed a little something more to get the job done? In those cases I’ve started using CloudFormation custom resources. These resources essentially allow you to extend the use of CloudFormation templates whenever you create, update or delete a stack.

In this tutorial, I’ll show you how you could use these custom resources to provision your DynamoDB tables with some data. This can be useful if you’d like to run additional testing on your AWS environment that requires actual data inside of the environment.