Quinn Ciccoretti
Quinn Ciccoretti
For languages like node and python where some packages have native components, how does the provisioner install packages that the lambda requires? Does the installation of packages in a lambda...
I'd like to configure the option for GG to queue on disk (GG_CONFIG_STORAGE_TYPE = FileSystem as documented [here](https://docs.aws.amazon.com/greengrass/latest/developerguide/gg-core.html#mqtt-message-queue). Does GGP have any support for this option?
As I understand, the provisioner needs to know the architecture of the core it tries to provision because caches the appropriate greengrass binaries on your host machine. If this step...
I'd like to add some custom scripts to set up devices. (specifically to install docker). Currently I put this code in template.sh.in, but it would be nice if I could...
I would like to be able to add tags to groups. The command line syntax might look something like: ``` GGP --tag_file group.tags.json ``` I think this would involve [this...