Skip to content

A public fork of AWS Terraform by Example's Lex UI demo, refer to `sp-qnabot-chat-fe`

Notifications You must be signed in to change notification settings

results-cx/aws-terraform-by-example-lex-ui

 
 

Repository files navigation

Lex UI demo

For use with https://aws-terraform-by-example.com/ exercises

Setup

S3 site deploy

  • Update the bucket_name in the Makefile with your bucket name

Amazon Cognito

src/main.js

// ...
const poolId = '<YOUR_POOL_ID_HERE>' // example: 'us-east-1:746dx87b-0fac-4560-bba5-47c2a3467ff6'
const region = '<REGION>' // example: us-east-1
// ...

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

About

A public fork of AWS Terraform by Example's Lex UI demo, refer to `sp-qnabot-chat-fe`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • Vue 2.9%
  • HTML 1.2%
  • Makefile 0.5%