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

Lambda support: Create a request handler/entry point for GGP to be invoked via Lambda #131

Closed timmattison closed 5 years ago

timmattison commented 5 years ago

The provisioner should be able to be invoked from/as a Lambda function on AWS.

Two possible approaches:

timmattison commented 5 years ago

This is the first of several issues related to AWS Lambda support. This covers creating the request handler/entry point for AWS Lambda only. The default invocation will accept a group name, and will create a Greengrass group with an empty deployment only. It will be extended later.