sparse-intern-71089
07/06/2021, 9:02 PMbrave-planet-10645
07/06/2021, 9:47 PMvictorious-megabyte-32350
07/06/2021, 10:39 PMaws dynamodb restore-table-to-point-in-time \
--source-table-name Music \
--target-table-name MusicEarliestRestorableDateTime \
--no-use-latest-restorable-time \
--restore-date-time 1519257118.0
victorious-megabyte-32350
07/06/2021, 10:40 PMvictorious-megabyte-32350
07/06/2021, 10:41 PMvictorious-megabyte-32350
07/06/2021, 10:44 PMvictorious-megabyte-32350
07/08/2021, 4:19 PMpoint in time recovery
)
The table MusicTableMinutesAgo
(for example) has two properties in the creation (Partition Key pk
and a Sort Key sk
).
I'm doing a pulumi import aws:dynamodb/table:Table basic-table MusicTableMinutesAgo
and I'm getting this:
all attributes must be indexed. Unused attributes ["sk"]
Is there a status regarding this situation? I saw an issue on github with the same problem
https://github.com/pulumi/pulumi/issues/6690