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)
Fri, Apr 19, 1:33 AM
Unknown Object (File)
Mon, Apr 8, 5:13 PM
Unknown Object (File)
Wed, Apr 3, 4:27 AM
Unknown Object (File)
Wed, Apr 3, 4:27 AM
Unknown Object (File)
Wed, Apr 3, 4:27 AM
Unknown Object (File)
Wed, Apr 3, 4:27 AM
Unknown Object (File)
Wed, Apr 3, 4:18 AM
Unknown Object (File)
Mon, Apr 1, 11:53 PM
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.