Accessing Lambda functionality in Amazon Lex console -
i started playing around amazon lex build chatbots. i've been following examples 1 issue can't see use lambda functionality in user console. can't tell if due resource 404s see in console or if functionality cannot controlled through ui.
i'm not able type aws lambda function field under fulfillment on intent, can't figure out populate goes in dropdown. page have 404s, around loading /lex/api/iam resource.
is familiar lex console? i've looked through documentation, i've disabled browser extensions might interfering, feel i'm missing don't know what. reading if got far.
the list populated lambda functions in same region. must have created lambda function list populated.
aws lambda requires access permission lex below:
aws lambda add-permission --function-name lex-test --statement-id chatbot-fulfillment --action "lambda:invokefunction" --principal "lex.amazonaws.com"
Comments
Post a Comment