You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
I am trying to save a Item in DynamoDB using Lambda. If i replace the code with DynamoDBMapper. It works perfectly. I am using @DynamoDBAutoGeneratedKey annotation to generate the Id. Its not working even if i send the integration_endpoint_id explicitly.
While we look at the bug, the workaround would be to remove the DynamoDBAutoGeneratedKey and generate the UUID yourself in your code. This could be pretty tricky to fix depending on when the mapper generates the primary key, so I worry that this is one we won't be able to fix in practice.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to save a Item in DynamoDB using Lambda. If i replace the code with
DynamoDBMapper
. It works perfectly. I am using@DynamoDBAutoGeneratedKey
annotation to generate the Id. Its not working even if i send the integration_endpoint_id explicitly.stacktrace:
The text was updated successfully, but these errors were encountered: