Introduction tutorial to Amazon Lex and AWS Lambda.

Introduction tutorial to Amazon Lex and AWS Lambda.

Introduction tutorial to Amazon Lex and AWS Lambda.

Example for this tutorial – AWS Lambda function implemented on Java 8:
https://github.com/satr/aws-amazon-shopping-bot-lambda-demo1

Extended example of AWS Lambda function:
https://github.com/satr/aws-amazon-shopping-bot-lambda-func

See also: “Tutorial: AWS Lambda function for Amazon Lex; Implemented on Java”:
https://youtu.be/HkMi5xPyz1g

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

Add Comment