if (FALSE) {
svc <- dynamodbstreams()
# The following example describes a stream with a given stream ARN.
svc$describe_stream(
StreamArn = "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2..."
)
}
Run the code above in your browser using DataLab