Skip to content

Amazon Lex Bot examples from the AWS console implemented with the Terraform AWS Provider

Notifications You must be signed in to change notification settings

jzbruno/terraform-aws-lex-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-lex-examples

This repo contains Terraform config for deploying the example Amazon Lex Bots.

  • BookTrip
  • OrderFlowers
  • ScheduleAppointment

Requirements

  • Terraform 0.12.x
  • Terraform AWS Provider 3.10.0+

Examples

  1. Clone examples repo

    mkdir -p $GOPATH/src/github.com/jzbruno
    cd $GOPATH/src/github.com/jzbruno
    git clone git@github.com:jzbruno/terraform-aws-lex-examples.git
  2. Choose an example.

    cd terraform-aws-lex-examples
    cd book-trip
  3. Update _provider.tf with your AWS account configuration.

  4. Init Terraform.

    terraform init
  5. Apply the config.

    terraform apply

About

Amazon Lex Bot examples from the AWS console implemented with the Terraform AWS Provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages