-
Creating an Amazon API Gateway with a Lambda Integration using CloudFormation
A typical use case for Amazon API Gateway is to use it in conjunction with an AWS Lambda function. In this article, we will create an API Gateway with a Lambda integration. -
Creating an Amazon API Gateway with a Mock Integration using CloudFormation
Amazon API Gateway is a highly useful and powerful tool. However, mastering its functionality is not easy. This article attempts to elucidate the major concepts of Amazon API Gateway by guiding the reader through the creation of an API Gateway with a mock integration.