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.

amazon lex console 404 errors - image

amazon lex console - fulfillment dropdown - image

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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -