Nestor Carvantes

Results 5 comments of Nestor Carvantes

> Usually Lambda adds support fairly quickly for new SDKs. Not quickly enough. It is At least 80 days old at this very moment (can't use `SNS.publishBatch` yet)

By now Node.js 8 is also deprecated. The recommendation would be to upgrade to `nodejs12.x`

Hi, The goal is for the capability statement in the response from `/metadata` to truly describe the capabilities of a FWoA FHIR Server. `FHIRConfig` is the source of truth for...

It is true that some capabilities are hard-coded right now. i.e. `conditionalRead: 'not-supported',` at [cap.rest.resource.template.ts](https://github.com/awslabs/fhir-works-on-aws-routing/blob/mainline/src/router/metadata/cap.rest.resource.template.ts#L28) That's good enough for customers using the default configuration, but it wouldn't be accurate if...

Hi @Zambonilli , Thanks for submitting all the PRs. Looks like there are 2 things: - Changes in interface/routing to allow dynamic hostnames. - Changes in deployment to actually setup...