Skip to content

Commit 94e6295

Browse files
authored
Docs: [AEA-0000] - list missing packages (#2291)
## Summary - Routine Change ### Details Update README with missing packages.
1 parent 9b0c62d commit 94e6295

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,21 @@ Deployment history can be found at https://nhsdigital.github.io/eps-prescription
1313

1414
This is the AWS layer that provides an API for EPS Prescription Status Update.
1515

16-
- `packages/updatePrescriptionStatus/` Handles updating prescription status for the root endpoint.
16+
- `packages/updatePrescriptionStatus` Handles updating prescription status for the root endpoint.
1717
- `packages/nhsd-psu-sandbox` A sandbox endpoint returning an example response.
18-
- `packages/specification/` This [Open API Specification](https://swagger.io/docs/specification/about/) describes the endpoints, methods and messages.
19-
- `packages/statusLambda/` Returns the status of the updatePrescriptionStatus endpoint
20-
- `packages/capabilityStatement/` Returns a static capability statement.
18+
- `packages/specification` This [Open API Specification](https://swagger.io/docs/specification/about/) describes the endpoints, methods and messages.
19+
- `packages/statusLambda` Returns the status of the updatePrescriptionStatus endpoint.
20+
- `packages/capabilityStatement` Returns a static capability statement.
2121
- `packages/cpsuLambda` Handles updating prescription status using a custom format.
22-
- `packages/nhsNotifyLambda` Handles sending prescription notifications to the NHS notify service.
23-
- `packages/nhsNotifyUpdateCallback` Handles receiving notification updates from the NHS notify service.
22+
- `packages/nhsNotifyLambda` Handles sending prescription notifications to the NHS Notify service.
23+
- `packages/nhsNotifyUpdateCallback` Handles receiving notification updates from the NHS Notify service.
24+
- `packages/checkPrescriptionStatusUpdates` Validates and retrieves prescription status update data.
25+
- `packages/gsul` Expose data owned by PSU but needed by [PfP](https://github.com/NHSDigital/prescriptionsforpatients)
26+
- `packages/psuRestoreValidationLambda` Lambda function that validates prescription status update restore operations.
27+
- `packages/common/commonTypes` Common TypeScript type definitions and interfaces.
28+
- `packages/common/middyErrorHandler` Middleware for handling errors in Lambda functions using Middy.
29+
- `packages/common/testing` Shared code for dev dependencies.
30+
- `packages/common/utilities` Shared code for production dependencies.
2431
- `scripts/` Utilities helpful to developers of this specification.
2532
- `postman/` Postman collections to call the APIs. Documentation on how to use them are in the collections.
2633
- `SAMtemplates/` Contains the SAM templates used to define the stacks.

0 commit comments

Comments
 (0)