sparse-intern-71089
01/28/2021, 2:15 PMbrave-planet-10645
01/28/2021, 2:57 PMhundreds-receptionist-31352
01/28/2021, 3:24 PMbrave-planet-10645
01/28/2021, 5:07 PM{tablename}|{hashkeyname}||{hashkeyvalue}||{rangekeyname}||{rangekeyvalue}|
(so swap the {} values for what you have - in the example that you get from https://www.pulumi.com/docs/reference/pkg/aws/dynamodb/tableitem/ you get something like exampleTable-9d70e8a|exampleHashKey||something|
(because it doesn't have a rangekey). So you can pass that into the ID parameter of the look up functionhundreds-receptionist-31352
01/28/2021, 5:31 PM