Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
365 views

Can't get oauth token from google smart home action sync intent in aws lambda

I am using aws lambda function for google smart home action. I used aws api gateway for fulfillment url to reach lambda. I can successfully handle google assistant's intents with below code:- const {...
Rishabh's user avatar
  • 57
0 votes
1 answer
306 views

Google Smart Home Agent responded Empty JSON

I've hosted my fulfillment on AWS Lambda and when I test my Google Smart Home project and I try to EXEC a command StackDriver always logs: "Agent responded empty JSON" and Google Assistant says that ...
ims's user avatar
  • 155
0 votes
1 answer
432 views

AWS API Gateway header for request in Authorizer

I am using AWS API Gateway for Communicating with Action on Google Console to AWS Lambda. In this scenario I am making a post call and I want to find the user in this call. I came to know that this is ...
Sharvin26's user avatar
  • 2,931