Aws apigateway: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Amazon API Gateway") |
|||
Line 2: | Line 2: | ||
* [[Amazon API Gateway#Subjects|Amazon API Gateway]] | * [[Amazon API Gateway#Subjects|Amazon API Gateway]] | ||
=import-rest-api= | |||
aws apigateway import-rest-api --body 'file:///path/to/API_Swagger_template.json' | |||
aws apigateway import-rest-api --body 'file:///Users/ovidiu/playground/api-gateway-playground/themyscira/build/swagger.json' |
Revision as of 00:36, 15 February 2019
Internal
import-rest-api
aws apigateway import-rest-api --body 'file:///path/to/API_Swagger_template.json'
aws apigateway import-rest-api --body 'file:///Users/ovidiu/playground/api-gateway-playground/themyscira/build/swagger.json'