腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
如何在ApiGateway中获取根资源的资源路径?
、
、
我正在尝试更改
api
网关中的缓存设置,以便使用terraform获取/选择根资源的方法。resource "aws_
api
_
gateway
_method_settings" "root_get_method_settings" {resource
浏览 4
提问于2021-01-20
得票数 1
回答已采纳
1
回答
terraform山道path_part
、
、
我在下面的场景中尝试了一个POC,使用的是terraform
api
_
gateway
。resource "aws_
api
_
gateway
_rest_
api
" "MyDemoAPI" { description= "This is my
API
浏览 1
提问于2021-09-21
得票数 2
回答已采纳
1
回答
如何使用Terraform刷新
API
网关的AWS Lambda权限?
、
、
、
、
我正在使用Terraform部署REST
API
网关。有几个端点正在访问Lambda函数以返回响应。每当我使用terraform部署
api
-gw时,Lambda权限似乎没有刷新,我必须在AWS控制台中手动打开
api
-gw门户,并再次添加lambda函数post,它会提示我允许调用操作。我使用以下代码片段进行
api
-gw部署和lambda权限: resource "aws_
api
_
gateway
_deployment" "deploy" { re
浏览 19
提问于2021-01-27
得票数 0
5
回答
API
和静态HTML:“由于配置错误执行失败: statusCode应该是在请求模板中定义的整数”
、
、
、
" "home" { parent_id = aws_
api
_
gateway
_rest_
api
.raspberry_
api
.root_resource_idpath_part = "login" resource "aws_
api</e
浏览 13
提问于2020-01-25
得票数 5
回答已采纳
1
回答
如何使用Terraform和AWS
API
Gateway
创建
API
代理
、
、
aws_
api
_
gateway
_rest_
api
.TerraTest.root_resource_id}"} rest_
api
_id = "${aws_
api
_
gateway
_rest_
api</
浏览 1
提问于2017-02-06
得票数 17
回答已采纳
1
回答
Terraform添加aws_
api
_
gateway
_integration响应json
、
= aws_
api
_
gateway
_rest_
api
.apiLambda.id} rest_
api
_id = aw
浏览 22
提问于2021-01-16
得票数 0
回答已采纳
1
回答
Terraform在AWS
API
网关的子uri中包含具有动态参数的父uri
、
、
我想使用terraform通过user/<user_id>/info通过aws_
api
_
gateway
创建一个端点但是如何将<user_id>包含在“信息”的资源中resource "aws_
api
_
gateway
_resource" "info" { rest_
api
_id = aws_<e
浏览 2
提问于2022-02-11
得票数 1
2
回答
创建
API
网关集成响应错误: NotFoundException:指定的无效集成标识符
、
、
、
resource "aws_
api
_
gateway
_integration" "click_put" { rest_
api
_id = data.aws_
api
_
gateway
_rest_
api
.mysfi
浏览 10
提问于2020-04-04
得票数 16
回答已采纳
2
回答
使用Terraform为
API
网关启用CloudWatch日志
、
、
、
//ommitted } name = "test_backend_
api
_
gateway
" body
浏览 5
提问于2020-07-05
得票数 1
回答已采纳
2
回答
Terraform -如何启用
API
网关执行日志记录?
、
、
问题背景
API
阶段编辑器具有配置。但是,在中似乎没有设置它们的参数,尽管它有配置参数。
浏览 3
提问于2018-09-03
得票数 7
回答已采纳
1
回答
terraform:无法将
api
网关使用计划链接到平台,需要"
api
_stages.0.stage“
、
resource "aws_
api
_
gateway
_usage_plan" "main" {
api
_id = aws_
api
_
gateway
_rest_
api
.main.idresource "aws_
api
_
gateway
_rest_
api
" "main"
浏览 18
提问于2022-07-01
得票数 0
1
回答
在Terraform中,如何使用请求路径中的变量指定
API
网关端点?
、
、
在AWS
API
Gateway
中,我有一个定义为/users/{userId}/someAction的端点,我正在尝试使用terraform重新创建它resource "aws_
api
_
gateway
_resource" "Users" { rest_
api
_id = "${var.rest_
api
_id}&qu
浏览 0
提问于2016-08-19
得票数 44
回答已采纳
2
回答
AWS CDK
API
网关-如何在不创建默认部署的情况下部署
API
(python)
、
、
、
、
="poc-voice-qa-
api
", deploy=False self,
api
=
api
_
gateway
deployment.ad
浏览 2
提问于2020-07-11
得票数 3
1
回答
使用terraform启用aws
api
网关中url查询参数的缓存
、
、
、
resource "aws_
api
_
gateway
_method" "MyDemoMethod" { http_method = "ANY" authoriza
浏览 8
提问于2021-12-23
得票数 0
回答已采纳
1
回答
如何使用terraform在AWS网关method_response中指定内容类型标头?
、
、
、
我想在我的aws_
api
_
gateway
_method_response中添加一个内容类型。它应该是这样的: 我怎样才能做到这一点?用我目前的地形代码: rest_
api
_id = aws_
api
_
gateway
_rest_
api
.
api
.idresource_id
浏览 4
提问于2021-12-07
得票数 0
2
回答
使用AWS_PROXY集成在
API
资源上附加多个HTTP方法
、
、
、
如何使用AWS_PROXY集成将PUT和DELETE方法附加到
API
资源上?有办法同时使用这两种方法吗?
浏览 4
提问于2022-05-19
得票数 0
2
回答
Terraform网关选项飞行前不进行通信
、
、
、
、
/cors/main.tf rest_
api
_id = var.
api
_id} resource "aws_
api
_
g
浏览 8
提问于2022-08-14
得票数 1
回答已采纳
2
回答
Terraform:如何从对象列表创建
API
网关端点和方法?
、
、
用户应该能够实例化模块如下: source = ".method = "GET" }} 一个aws_
api
_<em
浏览 10
提问于2019-10-15
得票数 4
回答已采纳
1
回答
如何在Jhipster (spring boot + angular)应用程序上设置上下文路径
、
、
、
main\resources\config\application-dev.yml":server: servlet: DEBUG_INFO_ENABLED: options.env === 'development', // The root URL for
API
: `'http://
浏览 3
提问于2020-01-21
得票数 3
回答已采纳
1
回答
按数组参数创建Terraform条件资源
、
...if var.example.contains ("get") { resource_id = aws_
api
_
gateway</
浏览 9
提问于2020-08-04
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
springcloud学习手册-API Gateway
微服务:API Gateway 工具 kong
Service Mesh和API Gateway的关系探讨
Service Mesh和API Gateway关系深度探讨
接口管理平台eoLinker发布go语言网关——GoKu API Gateway
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券