部署后如何将 AWS API Gateway 终端节点导出到文件(或类似文件)?
我正在使用 AWS API Gateway 来模拟不同的 API,并且我想在我的应用程序中使用这些端点(不是 lambda)。
所以我的想法是以某种方式从 json 文件中引用这些端点,但为此我需要在每次部署时导出它们。
有什么办法可以存档这个吗?
I am using the AWS API Gateway to mock different APIs and I want to use those endpoints in my application (which is not a lambda).
So my idea was to somehow reference those endpoints from a file like a json, but for that I need to get them exported every time I deploy.
Is there any way to archive this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您使用哪个堆栈来部署 API 网关。
例如,
It depends on which stack you are using to deploy API gateway.
For example,