Skip to content

Instantly share code, notes, and snippets.

@crazyrohila
Last active December 4, 2018 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazyrohila/6fa1463684ab08cec1a9d3532e315ffa to your computer and use it in GitHub Desktop.
Save crazyrohila/6fa1463684ab08cec1a9d3532e315ffa to your computer and use it in GitHub Desktop.
lex-workflow-blog-core-structure
main.py
src/
- controller.py # This will do most of the heavy work
- intents/
- order_pizza.py # These are kind of interface
- book_car.py
- helpers/
- responseCards.py
- aws_api/
- cognito_api.py
- lex_response.py
- translate_api.py # We are gonna use this later
- s3_urls.py # will be used later
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment