Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Oct 3, 2023
1 parent 4011357 commit 8c7f28d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/swagger-resume-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
email: [email protected]

servers:
- url: resume-api.acm.illinois.edu
- url: api.resumes.acm.illinois.edu

tags:
- name: Student
Expand Down Expand Up @@ -37,7 +37,7 @@ paths:
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri: arn:aws:apigateway:${Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${Region}:${AccountId}:function:${LambdaFunctionName}/invocations
uri: arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:298118738376:function:infra-resume-book-api-lambda/invocations

/api/v1/student/getUploadURL:
get:
Expand All @@ -58,7 +58,7 @@ paths:
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri: arn:aws:apigateway:${Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${Region}:${AccountId}:function:${LambdaFunctionName}/invocations
uri: arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:298118738376:function:infra-resume-book-api-lambda/invocations

/api/v1/recruiter/getResumeListings:
get:
Expand All @@ -83,7 +83,7 @@ paths:
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri: arn:aws:apigateway:${Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${Region}:${AccountId}:function:${LambdaFunctionName}/invocations
uri: arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:298118738376:function:infra-resume-book-api-lambda/invocations

/api/v1/recruiter/getResumeUrl:
get:
Expand All @@ -108,4 +108,4 @@ paths:
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri: arn:aws:apigateway:${Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${Region}:${AccountId}:function:${LambdaFunctionName}/invocations
uri: arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:298118738376:function:infra-resume-book-api-lambda/invocations

0 comments on commit 8c7f28d

Please sign in to comment.