(2016-11-01, 16:17)nawo69 Wrote: (2016-11-01, 15:57)newoski Wrote: I'm using AWS Lambda for hosting... not sure I can look at logs there
Should be able to see your logs at https://console.aws.amazon.com/cloudwatch/
Here's what I'm seeing:
15:09:35
START RequestId: xxxxxxxxxxxxxxx Version: $LATEST
15:09:35
lambda_handler: applicationId=amzn1.ask.skill.xxxxxxxxxxxxxxx
15:09:35
on_session_started: requestId=amzn1.echo-api.request.xxxxxxxxxxxxxxx , sessionId=amzn1.echo-api.session.xxxxxxxxxxxxxxx
15:09:35
on_intent: requestId=amzn1.echo-api.request.xxxxxxxxxxxxxxx , sessionId=amzn1.echo-api.session.xxxxxxxxxxxxxxx
15:09:35
Requested intent: PlayMovie
15:09:35
Playing the movie the dark knight
15:09:35
Sending request to xxxxxx.xxxxx.xxx:####
15:09:46
the dark knight
15:09:46
Sending request to xxxxxx.xxxxxx.xxx:####
15:09:46
Sending request to xxxxxx.xxxxxx.xxx:####
15:09:47
END RequestId: xxxxxxxxxxxxxxx
15:09:47
REPORT RequestId: xxxxxxxxxxxxxxx Duration: 11602.53 ms Billed Duration: 11700 ms Memory Size: 128 MB Max Memory Used: 21 MB
-------
From that, it looks like the lag is really introduced coming back from Amazon to my Kodi box via DDNS. Any suggestions?