File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,28 @@ paths:
12
12
summary : Ping the API
13
13
operationId : ping
14
14
15
+ responses :
16
+ 200 :
17
+ description : OK
18
+
19
+ x-amazon-apigateway-auth :
20
+ type : NONE
21
+
22
+ x-amazon-apigateway-integration :
23
+ responses :
24
+ default :
25
+ statusCode : 200
26
+ passthroughBehavior : when_no_match
27
+ httpMethod : POST
28
+ contentHandling : CONVERT_TO_TEXT
29
+ type : aws_proxy
30
+ uri :
31
+ Fn::Sub : " arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${ApplicationPrefix}-lambda/invocations"
32
+ /api/v1/protected :
33
+ get :
34
+ summary : Returns the authenticated user's username.
35
+ operationId : pingAuthenticated
36
+
15
37
responses :
16
38
200 :
17
39
description : OK
You can’t perform that action at this time.
0 commit comments