- 新しい順
- 投票が多い順
- コメントが多い順
Hi diul,
Can you review your subscription settings to make sure they are correct? This would be one of the reasons your deploy is succeeding but the messages are not making it to the cloud. Make sure the topics are written without extra spaces or characters and they are from your HelloWorld lambda to the IoT Cloud. (You can re-read the instructions on this here, starting at section 9: https://docs.aws.amazon.com/greengrass/latest/developerguide/config-lambda.html )
Let me know if this helps and have a nice day,
davidpAWS
Sorry David, don't know why, but never received notification for your answer.
Btw, Once I set log to "Fatal exception logs", I saw from logs that even if the deployment was fine the lambda function was missing. The real problem was the way I zipped ".py" and "greengrasssdk".
The correct way is:
filename.zip
..|_ Lambdafunction.py
..|_ greengrasssdk
But initially I did
filename.zip
..|_ filename_folder
......|_ Lambdafunction.py
......|_ greengrasssdk
Edited by: diul on Mar 18, 2020 8:27 AM