Skip to content

Commit

Permalink
fixed DELETE /users/{username} being directed to wrong lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jul 8, 2024
1 parent 657d64c commit 5b05ae3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/openapi/openapi-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4511,7 +4511,7 @@
security:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/caseManagementLambdaApi200'
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi200'
/users/{username}/groups:
get:
operationId: GetListOfUserGroups
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi/openapi-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4511,7 +4511,7 @@
security:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/caseManagementLambdaApi200'
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi200'
/users/{username}/groups:
get:
operationId: GetListOfUserGroups
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi/openapi-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4511,7 +4511,7 @@
security:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/caseManagementLambdaApi200'
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi200'
/users/{username}/groups:
get:
operationId: GetListOfUserGroups
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4539,7 +4539,7 @@ Resources:
security:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: "#/components/x-amazon-apigateway-integrations/caseManagementLambdaApi200"
$ref: "#/components/x-amazon-apigateway-integrations/lambdaApi200"
/users/{username}/groups:
get:
operationId: GetListOfUserGroups
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4539,7 +4539,7 @@ Resources:
security:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: "#/components/x-amazon-apigateway-integrations/caseManagementLambdaApi200"
$ref: "#/components/x-amazon-apigateway-integrations/lambdaApi200"
/users/{username}/groups:
get:
operationId: GetListOfUserGroups
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4539,7 +4539,7 @@ Resources:
security:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: "#/components/x-amazon-apigateway-integrations/caseManagementLambdaApi200"
$ref: "#/components/x-amazon-apigateway-integrations/lambdaApi200"
/users/{username}/groups:
get:
operationId: GetListOfUserGroups
Expand Down

0 comments on commit 5b05ae3

Please sign in to comment.