aws-samples / aws-greengrass-samples

Samples for AWS Greengrass
MIT No Attribution
95 stars 68 forks source link

The car aggregator greengrass tutorial not creating dynamo db table #13

Closed raghavk92 closed 6 years ago

raghavk92 commented 6 years ago

Hi, I followed the tutorial (part 6 - for using cloud services) I have performed all the steps in tutorial https://docs.aws.amazon.com/greengrass/latest/developerguide/comms-test.html I have put the role in settings to Greengrass_DynamoDB_Role and added the lamda function and done all of them . The lightcontroller.py and trafficlight.py both are producing desired results . lightcontroller is successfully updating trafficlight in the terminal windows but still there is no change in dynamo db.

Is this an error or bug?I am not finding any way to troubleshoot

Please help Thanks in advance

xwdreamer commented 5 years ago

I also have this problem,have you solve this problem yet?