You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/collections/_developers/architecture-design/phase1-design.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ has_toc: false
6
6
parent: Architecture & Design
7
7
---
8
8
9
-
The phase 1 design looks to implement the core API + Backend architecture and the event infrastructure for receiving letter requests and issuing updates.
9
+
The diagram below illustrates the phase 1 design of the Supplier API. This meets the MVP for the API functionality for receiving, issuing, and updating letters and other print media.
10
10
11
-
The below diagram implements the implemented components. The logic for letter allocation outside the Supplier API context is not expanded upon:
11
+
This does not include the necessary changes to NHS Notify to allocate letters.
Copy file name to clipboardExpand all lines: docs/collections/_developers/architecture-design/target-architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The target architecture for the NHS Notify Supplier API is represented below:
12
12
13
13
Letters are produced from external contexts, the primary use case being NHS Notify Core. These are received via event, consumed, and placed into the DynamoDB store as appropriate.
14
14
15
-
The API is accessed by an API Management Platform proxy that targets and AWS backend through API Gateway.
15
+
The API is accessed by an API Management Platform proxy that targets an AWS backend through API Gateway.
16
16
17
17
Lambdas act as request handlers, manipulating Dynamo DB data stores and issuing responses back to the proxy.
0 commit comments