storacha / project-tracking

🐾 Used as central/default repo for project management, backlog, etc.
0 stars 0 forks source link

w3infra for for blob protocol #46

Closed hannahhoward closed 6 months ago

hannahhoward commented 6 months ago

Setup dynamoDB for allocation, wire up lambdas/queues and R2 blob storage. in other words, put this https://github.com/web3-storage/w3up/pull/1342 into the infra we run

Done: when w3infra is deployed with protocol

vasco-santos commented 6 months ago

w3infra support for blob protocol is implemented: https://github.com/web3-storage/w3infra/pull/353 , reviewed and merged. Still needs to be deployed.

As general good practise, I still want to get some integration tests in place before calling this done as previous experience on w3infra side makes it clear that having integration tests prevents us from easily introducing regressions. Here is a PR with initial impl of integration tests https://github.com/web3-storage/w3infra/pull/354

It should also be extended with the client + reads as they are available

vasco-santos commented 6 months ago