Function declarations - Amazon Lex

Function declarations

function functionIdentifier([parameterList, ...]) { <function body> }