awslabs / fhir-works-on-aws-persistence-ddb

A DynamoDB implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources
Apache License 2.0
27 stars 22 forks source link

feat: add support for FHIR Subscriptions #138

Closed carvantes closed 2 years ago

carvantes commented 2 years ago

This PR is the merge of the feat-subscriptions branch. All changes have already been reviewed in separate PRs:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 2 years ago

Codecov Report

Merging #138 (f4299d3) into mainline (a6f8a52) will decrease coverage by 0.42%. The diff coverage is 79.06%.

Impacted file tree graph

@@             Coverage Diff              @@
##           mainline     #138      +/-   ##
============================================
- Coverage     89.72%   89.29%   -0.43%     
============================================
  Files            26       26              
  Lines          1129     1168      +39     
  Branches        185      194       +9     
============================================
+ Hits           1013     1043      +30     
- Misses          112      121       +9     
  Partials          4        4              
Impacted Files Coverage Δ
src/objectStorageService/s3DataService.ts 69.89% <0.00%> (-1.54%) :arrow_down:
src/dataServices/dynamoDbParamBuilder.ts 91.54% <71.42%> (-8.46%) :arrow_down:
src/dataServices/dynamoDbDataService.ts 91.05% <91.66%> (+0.04%) :arrow_up:
src/dataServices/dynamoDbUtil.ts 98.30% <100.00%> (+0.26%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a6f8a52...f4299d3. Read the comment docs.