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
F2137243: D4459.diff
Fri, Jun 28, 5:16 PM
Unknown Object (File)
Thu, Jun 27, 9:35 AM
Unknown Object (File)
Wed, Jun 26, 4:08 PM
Unknown Object (File)
Mon, Jun 24, 8:09 PM
Unknown Object (File)
Fri, Jun 21, 5:58 PM
Unknown Object (File)
Fri, Jun 21, 5:58 PM
Unknown Object (File)
Fri, Jun 21, 5:57 PM
Unknown Object (File)
Fri, Jun 21, 5:49 PM

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
Branch
ENG-1351 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage