Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -238,6 +238,7 @@ class Kappa(object): | ... | @@ -238,6 +238,7 @@ class Kappa(object): |
238 | self.config['lambda']['zipfile_name'], | 238 | self.config['lambda']['zipfile_name'], |
239 | self.config['lambda']['path']) | 239 | self.config['lambda']['path']) |
240 | self.upload_lambda_function(self.config['lambda']['zipfile_name']) | 240 | self.upload_lambda_function(self.config['lambda']['zipfile_name']) |
241 | + self.add_event_source() | ||
241 | 242 | ||
242 | def test(self): | 243 | def test(self): |
243 | self._invoke_asynch(self.config['lambda']['test_data']) | 244 | self._invoke_asynch(self.config['lambda']['test_data']) | ... | ... |
-
Please register or login to post a comment