Conversation

KaranGauswami

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.

Image

@KaranGauswamiKaranGauswami changed the title aws-node-express-dynamodb-api return early in case of validation error fix: aws-node-express-dynamodb-api return early in case of validation error Oct 22, 2023
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@KaranGauswami