This document summarizes a presentation about using Amazon API Gateway and the WordPress REST API. The presentation covered what a REST API is, displaying external data on WordPress using APIs, why to use Amazon API Gateway to build serverless REST APIs, and patterns for using the WordPress REST API. Case studies were presented on creating an API to retrieve pet data and display it on WordPress, fetching data with JavaScript and handling CORS, creating a custom API that aggregates other APIs, and using API Gateway caching and throttling to control load on the WordPress REST API. The document concluded that combining WordPress and REST APIs can reduce development time and costs while improving availability.