Tuesday, 21 November 2017

Amazon Web Service IoT Rules Engine has now added support for Calling Lambda Function from Rule SQL

With the latest release, the users can now call a Lambda function in the SQL statement of the rule by calling it the SELECT statement to improve IoT message data with the external services like maps, geo-location, and weather. Lambda Function can also be called from the WHERE clause to analyze a condition with context from the external services. Amazon Web Service IoT is a managed cloud service that allows connected devices to conveniently and securely interact with the cloud applications with other devices. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...