Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.3 KB

File metadata and controls

54 lines (30 loc) · 1.3 KB

Lex Lambda SDK

This SDK allows you to quickly create a Chatbot using Java 8 and Amazon's Lex and Lambda services.

Getting Started

These instructions will get a copy of the SDK ready for use on your local machine.

Prerequisites

Here's what you'll need to use this SDK:

  • Java 8
  • Maven 3+

Installing

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

Usage

See the sample Bot for the usage of this SDK

Built With

  • Maven - Dependency Management

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Apache License v2.0 - see the LICENSE.txt file for details

Acknowledgments