AWS API Gateway to Lambda Tutorial in Python | Build a REST API

AWS API Gateway to Lambda Tutorial in Python | Build a REST API
API Gateway is a powerful AWS service that allows you to host a REST endpoint that is backed by an AWS service (in this case, Lambda). In this video, I show you how to create a REST Endpoint using API Gateway. Requests are served by a Lambda Function (as opposed to a traditional server).

API Gateway is a powerful AWS service that allows you to host a REST endpoint that is backed by an AWS service (in this case, Lambda). In this video, I show you how to create a REST Endpoint using API Gateway. Requests are served by a Lambda Function (as opposed to a traditional server). I start by creating a Lambda function and coding up a basic handler using Python (code below). From there, I create a API Gateway resource that acts as a publicly facing REST Endpoint. I continue to hook up the endpoint to the previously created Lambda function. Finally, I test the configuration by invoking the REST endpoint through my browser and verify my Lambda was serving the content back.

00:16 Example Overview
01:35 Create a Lambda Function
06:55 Create an API Gateway
08:00 Connect API Gateway to Lambda

#ApiGateway
#Lambda
#REST
#AWS
#Serverless

Suggest:

Introduction to Functional Programming in Python

Python Tutorials for Beginners - Learn Python Online

Learn Python in 12 Hours | Python Tutorial For Beginners

Complete Python Tutorial for Beginners (2019)

Python Programming Tutorial | Full Python Course for Beginners 2019

Python Tutorial for Beginners [Full Course] 2019