0.0
No commit activity in last 3 years
No release in over 3 years
Ruby DSL to generate an Amazon API Gateway definition
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.19
 Project Readme

Build Status Code Climate Test Coverage Issue Count

Amazon API Gateway DSL

Ruby DSL to generate a Amazon API Gateway definition.

Install

Install the Gem with

gem install api_gateway_dsl

Usage

In order to generate a JSON or YAML representation of an Amazon API Gateway definition:

api_gateway_dsl json <dir>

or

api_gateway_dsl yaml <dir>

Examples

There are several examples demonstrating how to specify an Amazon API Gateway definition: