Skip to content

claranet-it/devrel-conversational-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devrel: Infusing Conversational AI in Your Business with Amazon Lex

Pre-requisites

  • Python 3.12
  • Terraform 1.11.x or later
  • AWS Account with IAM permissions to create resources

Create virtual environment:

python3 -m venv .venv

Activate virtual environment:

source .venv/bin/activate

Makefile commands

Local development

Install dependencies:

make install

Launch all tests:

make test

Setup Infrastructure with Terraform

Terraform Init:

make terraform-init

Terraform Plan:

make terraform-plan

Terraform Apply:

make terraform-apply

Terraform Destroy:

make terraform-apply

Load fixtures:

make fixtures:

About

Devrel: Conversational AI Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published