From 984222a1741b972fc6c4b559c7f99ab4634828b0 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 14 Feb 2023 10:29:40 +0100 Subject: [PATCH] docs: ucan invocation stream in repo contents (#114) adds missing `ucan-invocation` in repo structure description --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3c413870..df5d49f7 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,12 @@ The server-side implementation of the `store/*` and `upload/*` capabilities defi The repo contains the infra deployment code and the api implementation. ``` -├── carpark - lambda for announce new CARs in the carpark bucket -├── replicator - lambda to replicate buckets to R2 -├── satnav - lambda to listen for new CARs and write CAR indexes in satnav -├── stacks - sst and aws cdk code to deploy all the things -└── upload-api - lambda & dynamoDB implementation of the upload-api http gateway +├── carpark - lambda for announce new CARs in the carpark bucket +├── replicator - lambda to replicate buckets to R2 +├── satnav - lambda to listen for new CARs and write CAR indexes in satnav +├── stacks - sst and aws cdk code to deploy all the things +├── ucan-invocation - kinesis log data stream and its lambda consumers +└── upload-api - lambda & dynamoDB implementation of the upload-api http gateway ``` To work on this codebase **you need**: