I have developed API in AWS using Lambda NodeJS. It working as per requirement with correct response but periodically it's giving below error.
{
"errorType": "Runtime.ExitError",
"errorMessage": "RequestId: 3401bb1f-eb50-4c39-87cd-ce1188ce9150 Error: Runtime exited with error: exit status 129"
}
Above error only occurs when I used MySQL database connection with SQL operation in code.
Please Suggest.