Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Colin Panisset
2014-12-10 15:45:26 +1100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa24fad7adefdab6e5c72ba8e53814e9a6c74315
aa24fad7
1 parent
ed8a43a1
add_event_source was not being called
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
kappa/__init__.py
kappa/__init__.py
View file @
aa24fad
...
...
@@ -238,6 +238,7 @@ class Kappa(object):
self
.
config
[
'lambda'
][
'zipfile_name'
],
self
.
config
[
'lambda'
][
'path'
])
self
.
upload_lambda_function
(
self
.
config
[
'lambda'
][
'zipfile_name'
])
self
.
add_event_source
()
def
test
(
self
):
self
.
_invoke_asynch
(
self
.
config
[
'lambda'
][
'test_data'
])
...
...
Please
register
or
login
to post a comment