Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTables ¶
func CreateTables(ctx context.Context, client *dynamodb.Client, messagesTable, pointersTable string) error
CreateTables provisions the messages and message_pointers tables. Both use a composite (pk, sk) string key with no secondary indexes and on-demand billing. It is idempotent: tables that already exist are left as-is. The call blocks until both tables are ACTIVE.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.