DynamoDBStreams#

Client#

class DynamoDBStreams.Client#

A low-level client representing Amazon DynamoDB Streams

Amazon DynamoDB Streams provides API actions for accessing streams and processing stream records. To learn more about application development with Streams, see Capturing Table Activity with DynamoDB Streams in the Amazon DynamoDB Developer Guide.

import boto3

client = boto3.client('dynamodbstreams')

These are the available methods: