Page MenuHomePhabricator

[services] Lib - Move dynamo DB tools
ClosedPublic

Authored by karol on May 6 2022, 6:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 5:19 PM
Unknown Object (File)
Sun, Nov 10, 5:19 PM
Unknown Object (File)
Sun, Nov 10, 5:19 PM
Unknown Object (File)
Sun, Nov 10, 5:19 PM
Unknown Object (File)
Sun, Nov 10, 5:18 PM
Unknown Object (File)
Sun, Nov 10, 5:18 PM
Unknown Object (File)
Fri, Nov 8, 3:46 AM
Unknown Object (File)
Tue, Nov 5, 3:46 PM

Details

Summary

Depends on D3942

Moving the aws tools for dynamo DB to the "lib" space, so they can be used by all services that need the database access on AWS.

Test Plan
cd services
yarn run-local-cloud
yarn test-backup-service-dev-mode
yarn test-blob-service-dev-mode

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added a reviewer: tomek.
ashoat requested changes to this revision.May 9 2022, 9:20 AM
ashoat added inline comments.
services/blob/CMakeLists.txt
29 ↗(On Diff #12409)

Should lib_src be removed here? Assuming based on your update comments in D3909 where you removed it

This revision now requires changes to proceed.May 9 2022, 9:20 AM
services/blob/CMakeLists.txt
29 ↗(On Diff #12409)

yes, I missed this, thx

remove cmakelists entries with lib_src

This revision is now accepted and ready to land.May 10 2022, 5:46 AM
This revision was automatically updated to reflect the committed changes.