Registry / cloud / aws-aws-sdk-go-v2-service-dynamodbstreams

aws-aws-sdk-go-v2-service-dynamodbstreams

JSON →
library1.34.0gogounverified

The AWS SDK for Go v2 service client for Amazon DynamoDB Streams, enabling capture of data modification events.

go get github.com/aws/aws-sdk-go-v2/service/dynamodbstreams
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-dynamodbstreams
cloudgov1.34.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dynamodbstreams
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams

List DynamoDB Streams using the AWS SDK.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/dynamodbstreams" ) func main() { client := dynamodbstreams.NewFromConfig(cfg) streams, err := client.ListStreams(context.TODO(), &dynamodbstreams.ListStreamsInput{}) if err != nil { panic(err) } fmt.Println(streams) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.34.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
Resources
aws-aws-sdk-go-v2-service-dynamodbstreams — go get aws-aws-sdk-go-v2-service-dynamodbstreams · libregistry