Skip to content

Tag: amazon-lex

Uncaught exception in AWS lambda javascript

I am trying to elicit an intent from Amazon LEX through lambda but I was given an error calling uncaught exception. Would appreciate the help, my code is as follows: Answer The “uncaught exception” error usually means that a response is not being provided for the specific type of input. In your ca…