In this section, we will build a simple scenario to access AWS Greengrass. We will build an AWS Lambda application into AWS Greengrass. Then, we will access it from the client application. Our scenario is illustrated in the following figure:
To implement this demo, we will perform the following tasks:
- Prepare libraries on AWS Greengrass Core
- Create AWS Lambda
- Deploy AWS Lambda to AWS Greengrass
- Test
Each task will be explained in the following sections.