dynamodb

package
v1.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2026 License: MIT Imports: 16 Imported by: 0

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.

func NewInDynamoDB

func NewInDynamoDB(client *dynamodb.Client, messagesTable, pointersTable string) messaging.Store

NewInDynamoDB returns a messaging.Store backed by the given DynamoDB tables. Use CreateTables to provision them.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL