aws-iot-builder-tools / aws-greengrass-provisioner

Simplifies provisioning Greengrass Cores and building Greengrass Lambda functions
Apache License 2.0
55 stars 15 forks source link

Add support for C Lambda functions #128

Closed timmattison closed 5 years ago

timmattison commented 5 years ago

C Lambda functions need to be supported. The plan is to require the directory that contains the function to only contain the function.conf and a ZIP file of the pre-built Lambda function.

Questions to answer:

timmattison commented 5 years ago

Working on this now. Resources:

timmattison commented 5 years ago

Creating Docker containers to build the native C functions for X86-64 and ARM32 for the example functions repo

timmattison commented 5 years ago

Support added in #163