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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -