Martin Abelson Sahlen
Martin Abelson Sahlen
### Description The emulator does not support running a bash program that is bundled together with the index.js file and zipped. It seems it corrupts the program, in this case...
Currently we can get and set device parameters but there are no listeners. Would like to have that!
Look at a simple appengine go example https://github.com/GoogleCloudPlatform/golang-samples/blob/master/appengine_flexible/pubsub/pubsub.go and create a scheduled function. Basically by adding a `--trigger-schedule` flag that would serve as just another trigger.
Since `os.Stdin` satisifies the `io.Reader` interface it might be more performant to use it directly rather than reading it into memory.