examples
examples copied to clipboard
fix: aws-node-express-dynamodb-api return early in case of validation error
In the aws-node-express-dynamodb-api example, it currently returns a 500 error in the case of a validation error, when it should be returning a 400 Bad Request. This PR aims to address this issue by implementing an early return.