Skip to content

Commit

Permalink
use fn sub
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Oct 3, 2023
1 parent ccda932 commit e1b145e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/swagger-resume-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ paths:
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:infra-resume-book-api-lambda/invocations
uri:
Fn::Sub: "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:infra-resume-book-api-lambda/invocations"

/api/v1/student/getUploadURL:
get:
Expand All @@ -58,7 +59,8 @@ paths:
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:infra-resume-book-api-lambda/invocations
uri:
Fn::Sub: "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:infra-resume-book-api-lambda/invocations"

/api/v1/recruiter/getResumeListings:
get:
Expand All @@ -83,7 +85,8 @@ paths:
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:infra-resume-book-api-lambda/invocations
uri:
Fn::Sub: "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:infra-resume-book-api-lambda/invocations"

/api/v1/recruiter/getResumeUrl:
get:
Expand Down

0 comments on commit e1b145e

Please sign in to comment.