You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for the heads up... It helped me push it a bit further... But, as of now, I still can't get it work :
{
"errorMessage": "'directive'",
"errorType": "KeyError",
"requestId": "939ae335-789f-44cf-b71e-***********",
"stackTrace": [
" File "/var/task/lambda.py", line 49, in event_handler\n response = AlexaSmartHome.handle_message(dzRemote, request)\n",
" File "/var/task/AlexaSmartHome.py", line 320, in handle_message\n message = message[API_DIRECTIVE]\n"
]
}
The following instruction is missing in the HOWTO R3 documentation:
Change the Lambda function handler to lambda.event_handler in the "Edit runtime settings"
The text was updated successfully, but these errors were encountered: