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
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
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).
IOpipe to Serverless Pro Migration Guide
With IOpipe getting acquired, I wrote an article on how you can migrate your monitoring from IOpipe to Serverless Pro.
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.