I'm trying to build my chatbot using AWS lex and AWS lambda C#.For intent fulfillment i'm not able to communicate with AWS lambda.I asked one related questions here
I'm not sure what are the sequence procedures to communicate to aws lambda from aws-lex.
Please explain.I guess this may be due to some authentication problem.So it would be helpful if you explain what authentication roles should i have to achieve this and I'm not sure about what event mapping should i use for lex and lambda communication.
Note: AWS lex and AWS lambda works fine independently but not able to communicate each other.