Tuesday, 31 July 2018

You can now deploy executables written in C, C++ and other languages that support importing of C libraries with the new AWS Greengrass version

The new AWS Greengrass version now allows developers to deploy executables written in C, C++, and other languages that imports C libraries. Executable codes leverage greater legacy support as the customers can re-use the code easily which is already written in C, C++. There is also minimal resource footprint as there will no need of language interpreter and low compute latency for high-performance use cases such as algorithmic trading and computer vision. The executable code can act like the AWS Lambda function which can invoke other Lambdas or get invoked by events and can leverage from other Greengrass functionality such as the Local Resource Access. 

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...