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: support custom bulk export results URLs #123

Closed carvantes closed 3 years ago

carvantes commented 3 years ago

Allows customers to provide an implementation of bulkExportResultsUrlGenerator on the DynamoDbDataService constructor to customize the location of bulk export results and the value of requiresAccessToken

It is mostly a refactor. There are no functional changes with the default settings.

Related PRs (unit tests her fail until I publish and bump the interface version):

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