AWS Developer Tools Blog

Leah Rivers

Author: Leah Rivers

Build and Deploy a Serverless REST API in Minutes Using Chalice

Chalice is a serverless microframework that makes it simple for you to use AWS Lambda and Amazon API Gateway to build serverless apps. We’ve improved Chalice based on community feedback from GitHub, and we’re eager for you to take our latest version for a spin. Hopefully, you’ll find Chalice a fast and effective way to […]

Make the Most of Community Resources for AWS SDKs and Tools

As the new year gets well underway, we want to be sure you know the best ways to get help, keep up to date, and join the conversation about tools you use to build on AWS. We’ve recently refreshed our SDK and CLI README files on GitHub with links to Stack Overflow for getting help. It’s […]

Chalice 0.4 & 0.5 Deliver Local Testing and Multifile Application Capabilities for Python Serverless Application Development

We’re continuing to add features to Chalice, a preview release of our microframework for Python serverless application development using AWS Lambda and Amazon API Gateway. Chalice is designed to make it simple and fast for Python developers to create REST APIs built in a serverless framework. In our latest releases, we’ve added initial versions for a couple […]

How the Amazon SQS FIFO API Works

by Leah Rivers, Jakub Wojciak, and Tim Bray on Permalink Share

We have just introduced FIFO queues for Amazon SQS. These queues offer strictly ordered message delivery and exactly-once message processing. The FIFO API builds on the SQS API and adds new capabilities. This post explains the additions, how they work, and when to use them. Customers have asked us for these features.  Although many apps […]