-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
Add a condition expression when inserting into DynamoDB. #1147
Comments
I'm having the same issue. I looked up the doc and couldn't find anything. I had to use the same alternative as he did |
I had the same problem using the conditional expressions in dynamodb operations. It would be interesting to externalize this parameter. |
Hey @igormgomes, thanks on reporting, I agree we should extend both operations and template with this. Are you willing to make contribution? |
Hey @MatejNedic, thanks for replying. Yes, I'm willing. |
@igormgomes all yours :) |
@igormgomes Hi I am also facing same issue, are you working on it? |
Type: Feature
Is your feature request related to a problem? Please describe.
Is there a way to use a condition expression with
DynamoDbOperations
for inserting data, or do I need to create a separate implementation ofDynamoDbTable
, or should I just utilize theDynamoDbClient
?Describe the solution you'd like
Perhaps we can create another method and call it like this.
Describe alternatives you've considered
I created an implementation using
DynamoDbClient
, and it worked.The text was updated successfully, but these errors were encountered: