Page MenuHomePhabricator

[services][blob] Introduce database client
ClosedPublic

Authored by bartek on Nov 18 2022, 10:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 5:50 PM
Unknown Object (File)
Sun, Dec 15, 5:50 PM
Unknown Object (File)
Sun, Dec 15, 5:50 PM
Unknown Object (File)
Sun, Dec 15, 5:49 PM
Unknown Object (File)
Sun, Dec 15, 5:29 PM
Unknown Object (File)
Tue, Dec 3, 10:08 AM
Unknown Object (File)
Thu, Nov 28, 9:46 PM
Unknown Object (File)
Tue, Nov 26, 5:35 AM
Subscribers

Details

Summary

Introduced DynamoDB database client - the same way as it is implemented in Identity Service.

The interface of the C++ implementation is here.

Depends on D5680

Test Plan

Only ensured that build does not fail.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Nov 18 2022, 10:44 AM
bartek edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Nov 22 2022, 9:53 AM
services/blob/src/database.rs
33 ↗(On Diff #18591)

Shouldn't we use anyhow Result?

Rebase, use short form of Result

This revision was automatically updated to reflect the committed changes.