File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
infrastructure/terraform/components/api/resources Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 132132 "description" : " Server error"
133133 }
134134 },
135+ "security" : [
136+ {
137+ "LambdaAuthorizer" : []
138+ }
139+ ],
135140 "summary" : " Fetch a data file" ,
136- "tags" : [
137- " data"
138- ]
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+ }
139155 },
140156 "parameters" : [
141157 {
You can’t perform that action at this time.
0 commit comments