AWS Greengrass with DynamoDB
AWS Greengrass with DynamoDB 1. Introduction: AWS IoT Greengrass is software that extends cloud capabilities to local devices. This enables devices to collect and analyze data closer to the source of information, react autonomously to local events, and communicate securely with each other on local networks. AWS IoT Greengrass developers can use AWS Lambda functions and store data on DynamoDB. So, for this blog, we will store the local data to DynamoDB using Greengrass on the local device. · As shown in the figure we will follow the further flow in the following manner we have discussed flow before the block in previous blogs. 2. Setup Raspberry pi: · You can refer our earlier blog WIRELESS COMMUNICATION BETWEEN ARDUINO AND RASPBERRY PI USING NRF24L01 Part 2 for setting up of the Raspberry Pi or visit the AWS documentation ...