Amazon API Gateway Importer: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 18: Line 18:
  cd aws-apigateway-importer
  cd aws-apigateway-importer
  mvn assembly:assembly
  mvn assembly:assembly
This creates the binary that parses the Swagger file, injects [[Amazon API Gateway Extension to OpenAPI|AWS API Gateway extensions to OpenAPI]] and creates or updates an API based on the processed specification.

Revision as of 00:07, 23 February 2019

External

Internal

Overview

Build and Install

When is this necessary? Build or operations? This tool requires AWS credentials to be configured in at least one of the locations specified by the default credential provider chain.

cd .../runtime
git clone git@github.com:amazon-archives/aws-apigateway-importer.git
cd aws-apigateway-importer
mvn assembly:assembly

This creates the binary that parses the Swagger file, injects AWS API Gateway extensions to OpenAPI and creates or updates an API based on the processed specification.