musonza / aws-terraform-by-example-lex-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lex UI demo

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

Screenshot

Setup

S3 site deploy (optional)

  • Update the bucket_name in the Makefile with your bucket name

Environment variables

copy the example env file by running the following command in the root directory

cp config/example.env.js config/env.js

Add your env variables

config/env.js

Example

// ...
  AWS_REGION: '"us-east-1"',
  POOLID: '"us-east-1:746dx87b-0fac-4560-bba5-47c2a3467ff6"',
  BOT_NAME: '"Classifieds"',
// ...

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


Languages

Language:JavaScript 95.5%Language:Vue 2.8%Language:HTML 1.2%Language:Makefile 0.5%