Can a lambda running on a AWS Greengrass Core device get access to its own "thing" name?
I can see there is thingArn
in the config file installed on the device as part of it's installation but I'm not sure how to get access to that via the AWS libraries that are imported into the lambda function.
I can grant the access to the local file system and get it that way but would prefer a more elegant solution.