DynamoDB never returns the item that I’m looking for using AWS Lambda in Node.js

Check the PK

  PK: `CLIENT#${event.pathParameters.PK}`,
  SK: `#METADATA#${event.pathParameters.PK}`

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top