phdi
phdi copied to clipboard
Remove unused saved to postgres calls
What needs to be done
- Remove
saveSourcefrom the params of the/save-fhir-dataendpoint - Remove unused
saveToPostgresfunction - Update api docs for POST
/save-fhir-data - Update orchestration to remove
saveSourcerequest parameter
Why it needs to be done
- S3 localstack has replaced the need for saving fhir bundles to postgres
Acceptance Criteria
- [ ]
saveSourceis removed fromPOST /save-fhir-data - [ ] All unused code is removed
- [ ] Orchestration no longer passes in
saveSourceparameter
Technical Notes
- https://docs.localstack.cloud/user-guide/aws/s3/
- https://docs.localstack.cloud/user-guide/integrations/sdks/javascript/