This SDK allows you to quickly create a Chatbot using Java 8 and Amazon's Lex and Lambda services.
These instructions will get a copy of the SDK ready for use on your local machine.
Here's what you'll need to use this SDK:
- Java 8
- Maven 3+
You will need to install this SDK locally before you can use it.
First, clone this repository:
git clone https://github.com/SoftwareByMark/lex-lambda-sdk.git
Then perform a Maven install to install the SDK into your local repository:
mvn clean install
See the sample Bot for the usage of this SDK
- Maven - Dependency Management
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Mark Borner - Initial work - SoftwareByMark
This project is licensed under the Apache License v2.0 - see the LICENSE.txt file for details
- Inspiration for this SDK came from the Alexa Skills Kit for Java