-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
Overall looks good. Same question as Robert about the java lambda timeout. Should we add code to catch and log a timeout error? |
If the Lambda function times out it'll result in an unhandled error, which is ok since that means that validation failed to run altogether. The default logging for unhandled errors is sufficient |
What is the experience from an end user perspective? With API GW time out at 30 secs what is returned? HTTP code and message? |
* feat: compile Implementation Guides StructureDefinitions (#59) * feat: add HAPI FHIR Lambda Validator (#63) Co-authored-by: Emil Diaz <[email protected]>
Description of changes:
Add HAPI FHIR Lambda Validator. It's mostly a wrapper that calls a lambda function and parses the response.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.