Invalid Lambda Response: Received error response from Lambda: Unhandled
问题 i am working on Amazon lex. when i give input to amazon lex its gives me following error Invalid Lambda Response: Received error response from Lambda: Unhandled i add lambda function in Fulfillment and from lambda i am getting customer information from MySQL Database here is my lambda function const mysql = require('mysql'); var pool = mysql.createPool({ // a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the