amazon web services - AWS API Gateway - import multiple Swagger 2.0 YAML files with external references -
i have bunch of swagger 2.0 yaml files describing moderately complex api. these files contain several external references looking like: $ref: 'subdir/other.yaml'
is possible import api api gateway through either management console or (preferably) aws command line client? see @ console 1 can paste/upload single file, , me cli gives invalid swagger 2.0 input
error top level swagger file (which import others).
is such multi-file api definition supported in api gateway?
wiki
Comments
Post a Comment