Documentation
¶
Overview ¶
Package dynamodb provides post-apply assertions for AWS DynamoDB resources created by Terraform modules under test.
All assertions follow the paired-method shape from INV-0001: a context-aware variant ending in Context and a shim that calls the *Context variant with tb.Context().
Import alias convention: callers typically alias this package as ddbassert to coexist with the AWS SDK's dynamodb package:
import (
ddbassert "github.com/donaldgifford/libtftest/assert/dynamodb"
ddbsdk "github.com/aws/aws-sdk-go-v2/service/dynamodb"
)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TableExists ¶
TableExists is a shim that calls TableExistsContext with tb.Context().
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.