January 2018
Intermediate to advanced
278 pages
5h 13m
English
AWS Lambda is one of the AWS services that provides a serverless compute to serve all the requests when executing your program. Currently, AWS Lambda for AWS Greengrass supports several program runtimes, such as Python, Node.js, and Java.
Implementing AWS Lambda into your IoT project can cut down on your infrastructure costs, especially, the cost of the server availability feature. You can focus on your problems and design your solution.
In this section, I will show you how to develop the AWS Lambda function and then invoke it. We will use the Python ...