dynamodb

package
v1.19.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: MIT Imports: 13 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, blobsTable, aclTable string) error

CreateTables provisions the blob domain's DynamoDB tables — the blobs table and the ACL table — and is the single entry point for setting them up. It is idempotent (existing tables are left as-is) and blocks until both are ACTIVE.

func NewAccessInDynamoDB

func NewAccessInDynamoDB(client *dynamodb.Client, table string) blob.AccessStore

NewAccessInDynamoDB returns a blob.AccessStore backed by the given DynamoDB ACL table. Use CreateTables to provision it.

func NewInDynamoDB

func NewInDynamoDB(client *dynamodb.Client, table string) blob.Store

NewInDynamoDB returns a blob.Store backed by the given DynamoDB table. Use CreateTables to provision it.

Types

This section is empty.

Jump to

Keyboard shortcuts

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