Skip to content

Commit 599b4b8

Browse files
committed
docs: catch up latest common utils package
1 parent e57bd30 commit 599b4b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ This is the AWS layer that provides an API for EPS Prescription Status Update.
1919
- `packages/statusLambda` Returns the status of the updatePrescriptionStatus endpoint.
2020
- `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.
2424
- `packages/checkPrescriptionStatusUpdates` Validates and retrieves prescription status update data.
2525
- `packages/gsul` Expose data owned by PSU but needed by [PfP](https://github.com/NHSDigital/prescriptionsforpatients)
2626
- `packages/psuRestoreValidationLambda` Lambda function that validates prescription status update restore operations.
2727
- `packages/common/commonTypes` Common TypeScript type definitions and interfaces.
2828
- `packages/common/middyErrorHandler` Middleware for handling errors in Lambda functions using Middy.
29-
- `packages/common/testing` Shared testing utilities and resources.
29+
- `packages/common/testing` Shared code for dev dependencies.
30+
- `packages/common/utilities` Shared code for production dependencies.
3031
- `scripts/` Utilities helpful to developers of this specification.
3132
- `postman/` Postman collections to call the APIs. Documentation on how to use them are in the collections.
3233
- `SAMtemplates/` Contains the SAM templates used to define the stacks.

0 commit comments

Comments
 (0)