Skip to content

Commit

Permalink
Remove Excel export feature (#14967)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmartin-coforma authored Oct 24, 2024
1 parent 9a01f6e commit 557761a
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 801 deletions.
157 changes: 0 additions & 157 deletions services/app-api/export/exportToExcel.js

This file was deleted.

1 change: 0 additions & 1 deletion services/app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@aws-sdk/client-ssm": "^3.645.0",
"@aws-sdk/lib-dynamodb": "^3.645.0",
"aws-jwt-verify": "^4.0.1",
"exceljs": "^4.2.1",
"kafkajs": "^1.16.0",
"uuid": "^7.0.3"
}
Expand Down
9 changes: 0 additions & 9 deletions services/app-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,6 @@ functions:
securityGroupIds:
- Ref: KafkaSecurityGroup
subnetIds: ${self:custom.privateSubnets}
exportToExcel:
handler: export/exportToExcel.main
role: LambdaApiRole
events:
- http:
path: export/export-to-excel
method: post
cors: true
authorizer: aws_iam
getUserById:
handler: handlers/users/get/getUserById.main
role: LambdaApiRole
Expand Down
Loading

0 comments on commit 557761a

Please sign in to comment.