You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should discuss this further. The existing GGP Lambda design was created for partners to bootstrap Greengrass groups for customers using cross-account roles primarily. But I think it can be expanded to do more as you suggested.
Empty deployments kept the initial cross-account setup simple, but for deployments in the same account GGP should be enhanced to do what you're looking for.
GGP is enabled to run inside a Lambda but it only supports empty deployments
https://github.com/awslabs/aws-greengrass-provisioner/tree/master/lambda-support
Once the GGP lambda is deployed, would it be possible associate the newly created group with existing lambda functions?
Current parameters to invoke the lambda:
Expected parameters:
The
S3_PATH_DEPLOYMENT_FOLDER
is a s3 path to a folder which contains 3 files:deployment.defaults.conf
function.defaults.conf
lambda_functions.conf
A sample of the
lambda_functions.conf
file is as follows:The text was updated successfully, but these errors were encountered: