We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b14c8 commit 0cc9f6bCopy full SHA for 0cc9f6b
README.md
@@ -53,6 +53,7 @@ insurance platform that generates some related documents.
53
* Document metadata will be store in a key-value NoSQL datastore AWS DynamoDB
54
* Notification (an event) on each operation (validate, generate, sendToStorage and save) have to be sent into the SNS (
55
note that it has to be sent only after the full document lifecycle has complete)
56
+* An API has to be protected with an API key, so the header `x-api-key` must be provided with each request
57
58
## High-level design
59
0 commit comments