Questions tagged [aws-iot-greengrass]

This is used for AWS IOT Greengrass discussions. AWS IoT Greengrass is an Internet of Things (IoT) open source edge runtime and cloud service that helps developers build, deploy, and manage device software. https://aws.amazon.com/greengrass/

155 questions
0
votes
1 answer

Failed to use the AWS greengrasssdk to get thing shadow with error code 404

I want to collect some information with my sensor and analyze them on greengrass core to decide whether send an e-mail by SES to me or not. Everything is ready except my connection between shadow and lambda, which is deployed on my greengrass core.…
Tim Chang
  • 1
  • 1
0
votes
2 answers

AWS GREENGRASS Cannot connect to device

I am new to AWS IoT. Can you please guide me or refer me some helpful material to implement whole greengrass. I want to use raspberry pi as my greengrass core in gg group and I want to establish communication between different devices which in my…
0
votes
1 answer

Can greengrass be run in my data center

We have a requirement where we want to run AWS GreenGrass on our VM in our own data center which will not have connectivity with AWS IoT. Thought is to have similar cloud and on-premise solution(behind a firewall). We want to reuse the cloud…
raj
  • 471
  • 1
  • 5
  • 12
0
votes
1 answer

AWS GreenGrass Python Lamda

I am currently trying to set up the basic HelloWorld example with AWS Greengrass on my Raspberry Pi. The installation stuff worked flawlessly, the daemon is running as it is supposed to. After that, I followed the instructions of "Getting Started…
John Doe
  • 53
  • 6
0
votes
2 answers

AWS Greengrass core get its own name in a lambda function

Can a lambda running on a AWS Greengrass Core device get access to its own "thing" name? I can see there is thingArn in the config file installed on the device as part of it's installation but I'm not sure how to get access to that via the AWS…
Remotec
  • 10,304
  • 25
  • 105
  • 147
1 2 3
10
11