- Added a helper to load AWS configuration
- Provided DynamoDB client to the gRPC service.
This approach is mostly copy-pasted from blob service
Depends on D6177
Paths
| Differential D6178 Authored by bartek on Jan 5 2023, 5:08 AM.
Details Summary
This approach is mostly copy-pasted from blob service Depends on D6177 Test Plan The service builds and starts as expected
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptJan 5 2023, 5:08 AM2023-01-05 05:08:46 (UTC-8) bartek added a child revision: D6179: [services][backup] Add database helpers.Jan 5 2023, 5:12 AM2023-01-05 05:12:33 (UTC-8) Harbormaster completed remote builds in B15121: Diff 20616.Jan 5 2023, 5:22 AM2023-01-05 05:22:19 (UTC-8) Harbormaster completed remote builds in B15149: Diff 20657.Jan 9 2023, 2:58 AM2023-01-09 02:58:00 (UTC-8) This revision is now accepted and ready to land.Jan 9 2023, 7:07 AM2023-01-09 07:07:24 (UTC-8) Harbormaster completed remote builds in B15187: Diff 20699.Jan 9 2023, 7:33 AM2023-01-09 07:33:45 (UTC-8) Harbormaster failed remote builds in B15283: Diff 20842!Jan 12 2023, 1:08 AM2023-01-12 01:08:13 (UTC-8) Harbormaster completed remote builds in B15283: Diff 20842.Jan 12 2023, 7:55 AM2023-01-12 07:55:48 (UTC-8) Closed by commit rCOMMf53bc6bb1d35: [services][backup] Provide database client to service (authored by bartek). · Explain WhyJan 13 2023, 9:04 AM2023-01-13 09:04:00 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 20937 services/backup/src/config.rs
services/backup/src/constants.rs
services/backup/src/main.rs
services/backup/src/service/mod.rs
|