I have 3 deeplens devices running the same facial detection model. They send output to a certain s3 bucket which kicks off another lambda. However, I need one deeplens to send output to a separate s3 bucket. In order to do this I believe I need to get the deeplens device name.
Does anyone know how I can get the device name from within the greengrass lambda or some similar metadata to differentiate between devices?