SmartBear / ready-aws-plugin

4 stars 4 forks source link
on-prem readyapi-platform readyapi-plugin

Amazon API Gateway Plugin

===================

A plugin for ReadyAPI that allows you to import/export APIs directly from/to an Amazon API Gateway Service.

Installation

Install the plugin via the integrated Plugin Repository available via the Plugin Manager in ReadyAPI 1.6 and newer

Build it yourself

You can build the plugin by oneself by cloning this repository locally - make sure you have java and maven 3.X correctly installed - and run

mvn clean install assembly:single

in the project folder. The plugin dist.jar will be created in the target folder and can be installed via the Plugin Managers' "Load from File" action.

Usage

Import

Once installed, this plugin provides two ways to import an API from an Amazon API Gateway Service:

In both cases you will be prompted for:

After you specify valid credentials and a region, you will be presented with optional project name, a list of available APIs and import options. Now you can easily:

Export

Another possibility is to export the selected REST service to the Amazon API Gateway Service.

Follow these steps to perform export: