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
James Cooper
2016-06-12 11:56:15 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e207d6e12da913f13cb9c02da90d59fa1d82ca11
e207d6e1
1 parent
0fdeae80
context.py: revert pep8 fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
kappa/context.py
kappa/context.py
View file @
e207d6e
...
...
@@ -177,8 +177,7 @@ class Context(object):
return
event_source_map
=
{
'dynamodb'
:
kappa
.
event_source
.
dynamodb_stream
.
DynamoDBStreamEventSource
,
'dynamodb'
:
kappa
.
event_source
.
dynamodb_stream
.
DynamoDBStreamEventSource
,
'kinesis'
:
kappa
.
event_source
.
kinesis
.
KinesisEventSource
,
's3'
:
kappa
.
event_source
.
s3
.
S3EventSource
,
'sns'
:
kappa
.
event_source
.
sns
.
SNSEventSource
,
...
...
Please
register
or
login
to post a comment