Tutorial: AWS Lambda function for Amazon Lex; Implemented on Java. HD
Example for this tutorial - AWS Lambda function implemented on Java 8: https://github.com/satr/aws-amazon-shopping-bot-lambda-func Introduction tutorial to Amazon Lex and AWS Lambda: https://youtu.be/cy9GX33nuKM Amazon Lex allows to build conversation bots and integrate them to Facebook Messenger, Slack or Twilio: https://aws.amazon.com/lex/ AWS Lambda a set of functions and components, which can be implemented on different runtimes - Node, Java, C#, Python: https://aws.amazon.com/lambda/ AWS Services console: console.aws.amazon.com Amazon Lex Developer Guide: https://aws.amazon.com/documentation/lex/ AWS Lambda Developer Guide: https://aws.amazon.com/documentation/lambda/ Java SDK: com.amazonaws:aws-lambda-java-core com.amazonaws:aws-java-sdk-lambda