noelportugal / google-home-notifier

Send notifications to Google Home
MIT License
578 stars 171 forks source link

Can not start up on aws lambda. #32

Open ryota8bit opened 6 years ago

ryota8bit commented 6 years ago

The following error appears and can not be started.

{
  "errorMessage": "libdns_sd.so.1: cannot open shared object file: No such file or directory",
  "errorType": "Error",
  "stackTrace": [
    "Object.Module._extensions..node (module.js:597:18)",
    "Module.load (module.js:487:32)",
    "tryModuleLoad (module.js:446:12)",
    "Function.Module._load (module.js:438:3)",
    "Module.require (module.js:497:17)",
    "require (internal/module.js:20:19)",
    "Object.<anonymous> (/var/task/node_modules/mdns/lib/dns_sd.js:24:20)",
    "Module._compile (module.js:570:32)",
    "Object.Module._extensions..js (module.js:579:10)"
  ]
}

Can not aws run with lambda?

kokarn commented 6 years ago

No, you have to run it on your local network.