Skip to content

Commit

Permalink
Merge pull request #1166 from JackSpagnoliNHS/patch-2
Browse files Browse the repository at this point in the history
Moves NHS FHIR middleware to version 2-4
  • Loading branch information
willfarrell authored Jan 31, 2024
2 parents 9f4f600 + 260c85d commit bbcd34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/middlewares/third-party.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ If your middleware is missing, feel free to [open a Pull Request](https://github
- [middy-recaptcha](https://www.npmjs.com/package/middy-recaptcha): reCAPTCHA validation middleware
- [middy-sparks-joi](https://www.npmjs.com/package/middy-sparks-joi): Joi validator
- [@iress/middy-http-path-router](https://www.npmjs.com/package/@iress/middy-http-path-router): Routes AWS API Gateway events to handlers based on static and dynamic paths
- [@nhs/fhir-middy-error-handler](https://www.npmjs.com/package/@nhs/fhir-middy-error-handler): An error handler for use in an AWS Lambda returning FHIR compliant error messages as OperationOutcome resources. Used as part of the [Prescriptions for Patients FHIR API](https://digital.nhs.uk/developer/api-catalogue/prescriptions-for-patients).

## Version 2.x - 3.x

Expand Down Expand Up @@ -52,4 +53,3 @@ If your middleware is missing, feel free to [open a Pull Request](https://github
- [middy-env](https://www.npmjs.com/package/middy-env): Fetch, validate and type cast environment variables
- [sqs-json-body-parser](https://github.com/Eomm/sqs-json-body-parser): Parse the SQS body to JSON
- [middy-lesslog](https://www.npmjs.com/package/middy-lesslog/v/legacy): Middleware for `lesslog`, a teeny-tiny and severless-ready logging utility
- [@nhs/fhir-middy-error-handler](https://www.npmjs.com/package/@nhs/fhir-middy-error-handler): An error handler for use in an AWS Lambda returning FHIR compliant error messages as OperationOutcome resources. Used as part of the [Prescriptions for Patients FHIR API](https://digital.nhs.uk/developer/api-catalogue/prescriptions-for-patients).

0 comments on commit bbcd34d

Please sign in to comment.