Mike Lohmeier
Mike Lohmeier
I will add that we did switch our internal CodeBuild job that runs scripts/install.sh over to the new graviton2 small instance a couple of weeks ago when graviton2 small was...
good call on doing some performance tests. Some generic workload performance tests on non-provisioned lambdas are showing mixed results. https://dev.to/aws-builders/aws-lambda-graviton2-cheap-and-slow-51ld
PR created, https://github.com/awslabs/fhir-works-on-aws-deployment/pull/627
Thanks @ssvegaraju Another use case we're hitting where this tooling would be used is for Disaster Recovery. Currently, AWS Backup does not support Amazon OpenSearch. There might be better, faster...
Yeah, it would be similar behavior as pre/post hooks or interceptors in an ORM to inject logic around database operations. People can register their async function to run right before...
sure, I can pull in the people for us once the invite is sent out.
I've been able to get feature branches with support for pre/post FHIR operation hooks ported from our private fork. Turns out it's a lot harder to go upstream from a...
Thanks, this is blocking us so we'll dive on it and get a PR going.
FYI, we have a branch in our fork that is setting up a private API gateway here. https://github.com/Zambonilli/fhir-works-on-aws-deployment/tree/feature/private_api_gateway with most of the change in https://github.com/Zambonilli/fhir-works-on-aws-deployment/blob/feature/private_api_gateway/cloudformation/apiGateway.yaml We were able to leverage...
Update for supporting a dynamic URL when using a private api gateway. We were seeing our HAPI FHIR client SDK throw exceptions on paging search requests because the TLD used...