Closed QuinnCiccoretti closed 5 years ago
Specifically, is there any tag i can put in the localVolumeResources to specify the .groupOwner("groupname") with the builder?
This link shows an example, but I'm still not sure all syntax options
Here's a link to the class that holds these values. It's not true documentation, but you can see that it only contains four items that can be specified: name (how it is referenced in the config), source path (the path on the host), destination path (the path inside the Greengrass Lambda container), and a boolean for read/write (false means read-only).
Is there any documentation on how to use localVolumeResources in a lambda's function.conf?