Hi I want to make a simple google home Action, which will be controlling a LED of my development board. But I want to host data routing and handling by AWS. I have MQTT communication running between AWS server and the development board.
I am planning to deploy a Node.js server in AWS Elastic Beanstalk or Elastic computer cloud.
But I am not sure how to connect the request make on Google Home to the AWS service. Is there good documentation for this? If possible I want to know the options with "DialogFlow" and with "Actions API".
Thanks.