Skip to content

Commit

Permalink
docs: ucan invocation stream in repo contents (#114)
Browse files Browse the repository at this point in the history
adds missing `ucan-invocation` in repo structure description
  • Loading branch information
vasco-santos authored Feb 14, 2023
1 parent 3101b43 commit 984222a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit 984222a

Please sign in to comment.