File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -607,8 +607,7 @@ Resources:
607
607
Uri : !Sub 'arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${Lambda.Arn}/invocations'
608
608
# RequestValidatorId: !Ref ApiRequestValidator
609
609
RequestModels :
610
- application/json :
611
- !Ref RequestModel
610
+ application/json : " "
612
611
MethodResponses :
613
612
- StatusCode : 200
614
613
ResponseModels :
@@ -620,14 +619,6 @@ Resources:
620
619
OperationName : ' lambda'
621
620
ResourceId : !Ref ApiResource
622
621
RestApiId : !Ref RestApi
623
- RequestModel :
624
- Type : AWS::ApiGateway::Model
625
- Properties :
626
- ContentType : ' application/json'
627
- RestApiId : !Ref RestApi
628
- Schema : {"$schema": "http://json-schema.org/draft-04/schema#",
629
- " title " : " Stats" ,
630
- " type " : " object" }
631
622
ApiLoggingGroup :
632
623
Type : " AWS::Logs::LogGroup"
633
624
Properties :
You can’t perform that action at this time.
0 commit comments