Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamoDbEnhancedClient: Add StreamSpecification to CreateTableEnhancedRequest #817

Closed
acouvreur opened this issue May 15, 2023 · 2 comments
Labels
component: dynamodb DynamoDB integration related issue status: blocked type: enhancement Smaller enhancement in existing integration

Comments

@acouvreur
Copy link

Type: Feature

Is your feature request related to a problem? Please describe.
Right now when using table.createTable we cannot specify any StreamSpecification.

This means that you must create the schema using CreateTableRequest instead.

Describe the solution you'd like
The CreateTableEnhancedRequest should provide a streamSpecification method to allow the user to specify a StreamSpecification 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 the DynamoDbTable.createTable method.

@maciejwalkowiak
Copy link
Contributor

Blocked by aws/aws-sdk-java-v2#4011

@maciejwalkowiak maciejwalkowiak added component: dynamodb DynamoDB integration related issue status: blocked type: enhancement Smaller enhancement in existing integration labels May 16, 2023
@maciejwalkowiak
Copy link
Contributor

This is/was an issue with the AWS SDK rather than Spring Cloud AWS unless I am missing something? Closing for now but if I misunderstood i am happy to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: dynamodb DynamoDB integration related issue status: blocked type: enhancement Smaller enhancement in existing integration
Projects
None yet
Development

No branches or pull requests

2 participants