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)
Sun, Feb 2, 6:12 AM
Unknown Object (File)
Mon, Jan 27, 3:48 PM
Unknown Object (File)
Wed, Jan 22, 9:08 PM
Unknown Object (File)
Tue, Jan 21, 4:31 PM
Unknown Object (File)
Sun, Jan 19, 4:56 AM
Unknown Object (File)
Jan 3 2025, 3:00 PM
Unknown Object (File)
Jan 3 2025, 5:14 AM
Unknown Object (File)
Jan 2 2025, 2:08 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