aws-beam / aws-elixir

AWS clients for Elixir
Apache License 2.0
555 stars 132 forks source link

QLDB Commit Transaction #176

Open VigneshwaranSenthilvel opened 8 months ago

VigneshwaranSenthilvel commented 8 months ago

Following the steps I followed but was not able to commit the qldb transaction using send comment function.

Until committed things working fine. when committing the transaction using digest and transaction ID. getting errors always like digest not match

onno-vos-dev commented 8 months ago

Hi @VigneshwaranSenthilvel Any chance you can provide any more information?

Quick google leads me to: https://github.com/aws/aws-sdk-go/issues/3246 which seems to indicate an issue with the digest calculation... It seems to indicate that get_digest is insufficient to get the correct digest for executing the statement. I'll try to do some additional reading on this topic tonight but any additional information you could provide would help me, (hopefully) help you 👍 (Just ensure no sensitive data pls 😄)

VigneshwaranSenthilvel commented 8 months ago

Hey @onno-vos-dev,

Despite following these steps, I haven't had success yet.