34
34
}, {}]
35
35
36
36
# Api Gateway Method Response
37
- status_codes = [200 , 200 ]
38
- response_models = [{ " application/json" = " Empty" }, {}]
37
+ status_codes = [200 , 200 ]
38
+ response_models = [{ " application/json" = " Empty" }, {}]
39
39
response_parameters = [{ " method.response.header.X-Some-Header" = true }, {}]
40
40
41
41
# Api Gateway Integration Response
50
50
EOF
51
51
}, {}]
52
52
53
- # Api Gateway Deployment
53
+ # Api Gateway Deployment
54
54
deployment_enabled = true
55
55
stage_name = " deploy"
56
56
57
- # Api Gateway Stage
57
+ # Api Gateway Stage
58
58
stage_enabled = true
59
59
stage_names = [" qa" , " dev" ]
60
60
61
- # Api Gateway Client Certificate
61
+ # Api Gateway Client Certificate
62
62
cert_enabled = true
63
63
cert_description = " clouddrove"
64
64
65
- # Api Gateway Authorizer
65
+ # Api Gateway Authorizer
66
66
authorizer_count = 2
67
67
authorizer_names = [" test" , " test1" ]
68
68
authorizer_uri = [" arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:xxxxxxxxxx:function:test/invocations" , " arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lambda:eu-west-1:xxxxxxxxxx:function:test/invocations" ]
71
71
identity_validation_expressions = [" sfdgfhghrfdsdas" , " " ]
72
72
authorizer_types = [" TOKEN" , " REQUEST" ]
73
73
74
- # Api Gateway Gateway Response
74
+ # Api Gateway Gateway Response
75
75
gateway_response_count = 2
76
76
response_types = [" UNAUTHORIZED" , " RESOURCE_NOT_FOUND" ]
77
77
gateway_status_codes = [" 401" , " 404" ]
78
78
79
- # Api Gateway Model
79
+ # Api Gateway Model
80
80
model_count = 2
81
81
model_names = [" test" , " test1" ]
82
82
content_types = [" application/json" , " application/json" ]
83
83
84
- # Api Gateway Api Key
84
+ # Api Gateway Api Key
85
85
key_count = 2
86
86
key_names = [" test" , " test1" ]
87
87
}
0 commit comments