How To Create A Serverless REST API Gateway With Python And AWS Lambda

In this article, we’re going to create a REST API gateway endpoint which is going to invoke a lambda function and return JSON back to the client by doing the following:  Creating a API Gateway and Lambda function. Establishing a connection between Lambda function and API gateway. Managing access to…