January 2018
Intermediate to advanced
278 pages
5h 13m
English
AWS Greengrass can access local resources. This is possible if we use AWS Greengrass version 1.3.0 or later versions. You can configure an AWS Lambda to access specific resources. The following is a list of local resources that you can apply:
To show you how to work with local resources in the AWS Greengrass Core machine, we will access local GPIO resources. We need an LED that is attached to Raspberry Pi on GPIO 18 (pin 12). You can see this wiring in the following image:

Our aim is to develop a blinking Lambda. This demo will make a blinking LED while the Lambda ...