Mitch Garnaat

Add a sentence about redeploying.

...@@ -55,3 +55,5 @@ The basic workflow is: ...@@ -55,3 +55,5 @@ The basic workflow is:
55 * Run ``kappa --config <path-to-config> add-event-source`` to hook your function up to the event source 55 * Run ``kappa --config <path-to-config> add-event-source`` to hook your function up to the event source
56 * Run ``kappa --config <path-to-config> tail`` to see more output 56 * Run ``kappa --config <path-to-config> tail`` to see more output
57 57
58 +If you have to make changes in your function or in your IAM roles, simply run
59 +``kappa deploy`` again and the changes will be uploaded as necessary.
...\ No newline at end of file ...\ No newline at end of file
......