DynamoDbEnhancedClient: Add StreamSpecification
to CreateTableEnhancedRequest
#817
Labels
component: dynamodb
DynamoDB integration related issue
status: blocked
type: enhancement
Smaller enhancement in existing integration
Type: Feature
Is your feature request related to a problem? Please describe.
Right now when using
table.createTable
we cannot specify anyStreamSpecification
.This means that you must create the schema using
CreateTableRequest
instead.Describe the solution you'd like
The
CreateTableEnhancedRequest
should provide astreamSpecification
method to allow the user to specify aStreamSpecification
to generate the table schema.Describe alternatives you've considered
Using
CreateTableRequest
instead. But I'm not sure what I should create to have the same behavior as theDynamoDbTable.createTable
method.The text was updated successfully, but these errors were encountered: