We need this index to query efficiently for the userID, username, and walletAddress for all users with a farcasterID
We set the projection_type to INCLUDE so we don't just get the userID
Depends on D11399
Paths
| Differential D11400 Authored by varun on Mar 27 2024, 12:39 PM.
Details
Summary We need this index to query efficiently for the userID, username, and walletAddress for all users with a farcasterID We set the projection_type to INCLUDE so we don't just get the userID Depends on D11399 Test Plan later in the stack I introduce a database client method to get the
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptMar 27 2024, 12:39 PM2024-03-27 12:39:55 (UTC-7) Harbormaster completed remote builds in B27715: Diff 38378.Mar 27 2024, 12:54 PM2024-03-27 12:54:25 (UTC-7) This revision is now accepted and ready to land.Mar 27 2024, 10:27 PM2024-03-27 22:27:25 (UTC-7) Closed by commit rCOMM6a0e5b571f8b: [terraform] add GSI for farcasterID (authored by varun). · Explain WhyMar 28 2024, 2:55 PM2024-03-28 14:55:56 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38498 services/terraform/modules/shared/dynamodb.tf
|