function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AmzonIntegrator9AmzonIntegrator9 

Amazon DynamoDB Signature for putItem

Hi,

 

I am Trying to generate Signature version 4 for Amazon dynamoDB ,

 trying to put an item in to table but getting signature mismach error, can any once help on this,

I followed the Amazon documentation but still facing the issue.

 

Thanks in advance.

d_jacd_jac

Signing AWS requests is very tricky, and you have to follow the instructions EXACTLY. Even then, the error message you get might not give you much detail about where the signature failed. If you've tried following these intructions http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html and still get an error, you should probably post to their forum. Or, better yet, use one of their SDKs http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingAWSSDK.html to handle the signing for you. That's the easiest way.