Build a serverless API with Amazon Lambda and API Gateway

How to host a scalable serverless API the easy way

André Ribeiro
Towards Data Science
7 min readOct 2, 2021

--

Photo by Saish Menon from Unsplash.

Table of Contents

  1. Introduction
  2. Create a spelling and grammar corrector using GingerIt
  3. Deploy the Python service to Lambda
  4. Associate an API Gateway with Lambda

--

--