https://github.com/codediodeio/lex-chatbot-lambda
Python validation for Lex. AWS Chatbot Hackathon 2017
https://github.com/codediodeio/lex-chatbot-lambda
Last synced: 11 months ago
JSON representation
Python validation for Lex. AWS Chatbot Hackathon 2017
- Host: GitHub
- URL: https://github.com/codediodeio/lex-chatbot-lambda
- Owner: codediodeio
- Created: 2017-06-12T14:12:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T12:34:32.000Z (over 8 years ago)
- Last Synced: 2024-10-19T07:02:41.662Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 10
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlashLawyer Chatbot
FlashLawyer lambda code for validation and fulfillment for a [Lex Chatbot](aws.amazon.com/lex).
[Live demo](https://flashlawyer.com)
## Usage
This code is designed to run on the AWS Lambda Python 2.7 runtime. It requires a lex chatbot with matching intents and slots configured.
1. git clone https://github.com/codediodeio/lex-chatbot-lambda.git lambda
2. cd lambda
3. python unit_test.py
## Bot Definition
See bot_definition.js