UNPKG

@wickr-sample-integrations/wickrio-lex-bot

Version:

Using the AWS SDK for JavaScript V3 to create a Lex chatbot within Wickr.

29 lines (28 loc) 527 B
{ "apps": [ { "name": "WickrIO-Lex-Bot", "args": [], "script": "node lex_bot.js", "exec_interpreter": "none", "autorestart": true, "watch": [ "package.json" ], "ignore_watch": [ ".git" ], "env": { "tokens": { }, "log_tokens": { "LOG_LEVEL": "debug", "LOG_FILE_SIZE": "10m", "LOG_MAX_FILES": "5" } }, "out_file": "log.output", "error_file": "err.output" } ] }