Justin Berstler
Justin Berstler
In the case that an action is missing its attachment, it cannot be updated or deleted. Updating results in a "concurrent modification" error from the CLI, and deleting has an...
While the feed action does already check this, the credentials may have changed since then. The credentials should be checked each time a Consumer is created to ensure they are...
Currently, the trigger name is used as the consumer group name. However, given the dire consequences involved with mistakenly joining an existing group, perhaps it would be better to use...
We should have some set of basic unit tests run as part of a Travis CI suite. The goal should be to _quickly_ verify that new changes do not horribly...
Right now, logged messages are completely interleaved and it is hard to follow individual events through the system (creating a trigger, responding to a message, etc.). If the logged messages...