1

I want to implement google smart home actions with lambda functions? I use below example to implement https://codelabs.developers.google.com/codelabs/smarthome-washer/#0

I can run this sample with Firebase function, but now I want to implement with lambda function, how to do this, any reference or SOP I can follow?

BR, Jack

1 Answers1

0

The codelab uses the Actions on Google library, which should have easy support for AWS Lambda API Gateway:

// ... app code here

exports.fulfillment = app
Nick Felker
  • 11,536
  • 1
  • 21
  • 35