We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38c8f8 commit d670dbbCopy full SHA for d670dbb
1 file changed
infrastructure/terraform/components/api/resources/spec.tmpl.json
@@ -132,10 +132,26 @@
132
"description": "Server error"
133
}
134
},
135
+ "security": [
136
+ {
137
+ "LambdaAuthorizer": []
138
+ }
139
+ ],
140
"summary": "Fetch a data file",
- "tags": [
- "data"
- ]
141
+ "x-amazon-apigateway-integration": {
142
+ "contentHandling": "CONVERT_TO_TEXT",
143
+ "credentials": "${APIG_EXECUTION_ROLE_ARN}",
144
+ "httpMethod": "POST",
145
+ "passthroughBehavior": "WHEN_NO_TEMPLATES",
146
+ "responses": {
147
+ ".*": {
148
+ "statusCode": "200"
149
150
+ },
151
+ "timeoutInMillis": 29000,
152
+ "type": "AWS_PROXY",
153
+ "uri": "arn:aws:apigateway:${AWS_REGION}:lambda:path/2015-03-31/functions/${PATCH_LETTER_LAMBDA_ARN}/invocations"
154
155
156
"parameters": [
157
{
0 commit comments