Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
feat: Update dependencies to support SearchFilters better (#197)
Browse files Browse the repository at this point in the history
- Update dependencies to the newest
- Update auditLog dependencies to match the base package
- Add `${AWS::Region}` to IAM log policy
- Reduce access for the FHIR Server to just `GET`, `HEAD`, and `POST` requests (posts are needed as searches are POSTed to ES Domain)
- Add log retention and log encryption
  • Loading branch information
rsmayda committed Jan 29, 2021
1 parent 0d45d0d commit b1b4040
Show file tree
Hide file tree
Showing 6 changed files with 2,189 additions and 3,397 deletions.
14 changes: 7 additions & 7 deletions auditLogMover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Move Audit Cloudwatch Logs to S3 and delete the old Cloudwatch Logs",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"aws-sdk": "^2.785.0",
"moment": "^2.26.0"
},
"devDependencies": {
"@types/jest": "^26.0.19",
"@typescript-eslint/eslint-plugin": "^4.11.1",
Expand All @@ -12,20 +16,16 @@
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^26.6.3",
"serverless": "^1.72.0",
"serverless": "^1.73.1",
"serverless-plugin-typescript": "^1.1.9",
"serverless-step-functions": "^2.19.0",
"serverless-step-functions": "^2.27.1",
"sinon": "^9.0.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"dependencies": {
"aws-sdk": "^2.610.0",
"moment": "^2.26.0"
},
"resolutions": {
"dot-prop": "^5.1.1",
"bl": "^4.0.3",
Expand Down
Loading

0 comments on commit b1b4040

Please sign in to comment.