How to access AWS API Gateway documentation using Swagger UI

后端 未结 2 2015
攒了一身酷
攒了一身酷 2020-12-18 20:29

I have created API using AWS Api Gateway. Then i have documented documentation parts for all the entities ( like API, RESOURCE, METHOD, MODEL etc). Then using AWS Gateway Co

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-18 21:07

    you can try https://www.npmjs.com/package/micro-swagger

    npm i -g micro-swagger
    micro-swagger start
    

提交回复
热议问题