UNPKG

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

Version:

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

19 lines (18 loc) 348 B
{ "apps": [ { "name": "WickrIO-Translation-Bot", "script": "./translation_bot.js", "instances": 1, "max_memory_restart": "128M", "node_args": [ "--nouse-idle-notification" ], "env": { "NODE_ENV": "production" }, "args": [] } ], "name": "WickrIO-Translation-Bot" }