actions-on-google / actions-on-google-nodejs

Node.js client library for Actions on Google
https://actions-on-google.github.io/actions-on-google-nodejs
Apache License 2.0
900 stars 194 forks source link

Google Actions Smart Home on Lambda not working #340

Open tobyloki opened 5 years ago

tobyloki commented 5 years ago

Hi, I've been trying to get my Google Actions Smart Home (nodejs) working in AWS lambda. However it isn't working. Whenever I connect it on the Google Home app, I just get a message of "Couldn't update the setting...". I've already configured the API gateway correctly and set the Handler to "index.smarthome". Why isn't it working, and how can I get my lambda google action smart home working?

Please go to my stack overflow post here to read the complete question and code: https://stackoverflow.com/questions/57034176/google-actions-smart-home-on-lambda-not-working

valiknows commented 3 years ago

have you find a solution with this yet? facing similar issue . I use serverless framework to bootstrap an API GW + lambda.