UNPKG
@wickr-sample-integrations/wickrio-lex-bot
Version:
latest (6.48.4)
6.48.4
6.48.3
Using the AWS SDK for JavaScript V3 to create a Lex chatbot within Wickr.
@wickr-sample-integrations/wickrio-lex-bot
/
wpm.json
18 lines
•
335 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"apps"
:
[
{
"name"
:
"WickrIO-Lex-Bot"
,
"script"
:
"./lex_bot.js"
,
"instances"
:
1
,
"max_memory_restart"
:
"128M"
,
"node_args"
:
[
"--nouse-idle-notification"
]
,
"env"
:
{
"NODE_ENV"
:
"production"
}
,
"args"
:
[
]
}
]
,
"name"
:
"WickrIO-Lex-Bot_test-tr-bot"
}