Page MenuHomePhabricator

[services] replace rusoto with official aws rust sdk
ClosedPublic

Authored by varun on Jul 6 2022, 12:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 5, 6:44 PM
Unknown Object (File)
Fri, Apr 4, 3:52 PM
Unknown Object (File)
Sun, Mar 16, 8:39 AM
Unknown Object (File)
Thu, Mar 13, 7:16 PM
Unknown Object (File)
Wed, Mar 12, 3:23 PM
Unknown Object (File)
Tue, Mar 11, 1:51 PM
Unknown Object (File)
Sun, Mar 9, 10:54 AM
Unknown Object (File)
Mar 6 2025, 6:50 AM

Details

Summary

swap out the rusoto dynamodb client with the official aws one. we need to do this because rusoto is no longer actively maintained. this diff is lengthy, but there are no changes to the actual code logic.

Test Plan

cargo build, cargo run, call the RPCs and check that the DDB tables have the expected data

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable