yepengfan / aws-api-gateway-for-cloudformation

A set of Custom Resources that enables API Gateway support for CloudFormation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#API Gateway for CloudFormation

Build Status Coverage Status

API Gateway for CloudFormation is a set of Custom Resources that allows you to manage your API Gateway setup with CloudFormation. Yes, you read that right! Finally a way to integrate your backend services that you already create using CloudFormation with your APIs!

It's deployed via the CloudFormation Console and runs on AWS Lambda.

It supports API Definitions in Swagger as well as individual Cloud Formation resources depending on which flavour you prefer.

Complete documentation is available at the project website

##Overview

This setup allows you to manage the majority of the API Gateway related resources.
The installation will create a Lambda function in the region corresponding to the template location in your AWS account. This Lambda function is a CloudFormation Custom Resource and acts as a liaison between CloudFormation and API Gateway.
Once the Lambda function has been installed you can start writing your CloudFormation templates.

If you want to learn more about CloudFormation, Custom Resources or API Gateway I suggest the following links:

About

A set of Custom Resources that enables API Gateway support for CloudFormation

License:MIT License


Languages

Language:JavaScript 67.2%Language:HTML 31.4%Language:Shell 0.8%Language:CSS 0.6%