Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Do ¶
func Do[In, Out any]( ctx context.Context, fn func(context.Context, *In, ...func(*dynamodb.Options)) (Out, error), m func(any) []func(*dynamodb.Options), in *In, ) (out Out, err error)
Do executes an AWS API request.
fn is a function that is called to execute the request, typically a method on a *dynamodb.DynamoDB client.
m is afunction that mutates the input value before it is sent and returns any options that should be used when sending the request.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.