AWS API Gateway introduction

API Gateway from Amazon Web Services is a fantastic tool with a slew of features that significantly simplifies implementation of an API proxy pattern. Later on in the chapter, we'll discuss strategies when building on a different cloud provider; however, if you're like me and use AWS consistently, API Gateway can make your life much more comfortable. Personally, I feel that it's an underrated tool, which can do a lot more than HTTP requests to Lambda functions as we saw in Chapter 2, Three-Tier Web Application Using REST and Chapter 3, Three-Tier Web Application Pattern with GraphQL.

The first question may be, What is API Gateway and what does it do? Rather than answer this myself, I'll defer to the technical ...

Get Serverless Design Patterns and Best Practices now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.