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
Mitch Garnaat
2015-07-09 19:05:54 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a6836a82b0bb6b87e29124d15f008ce0a0abe620
a6836a82
1 parent
ca5d3e07
Update README.md
Fixes #24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
a6836a8
...
...
@@ -52,7 +52,7 @@ Where ``command`` is one of:
back. Don't actually run the code.
*
tail - display the most recent log events for the function (remember that it
can take several minutes before log events are available from CloudWatch)
*
add
-event-
sources - hook up an event source to your Lambda function
*
add
_event_
sources - hook up an event source to your Lambda function
*
delete - delete the Lambda function, remove any event sources, delete the IAM
policy and role
*
update_code - Upload new code for your Lambda function
...
...
@@ -80,5 +80,5 @@ The basic workflow is:
*
Run
``kappa <path-to-config> invoke``
to invoke the function with test data
*
Run
``kappa <path-to-config> update_code``
to upload new code for your Lambda
function
*
Run
``kappa <path-to-config> add
-event-source
``
to hook your function up to the event source
*
Run
``kappa <path-to-config> add
_event_sources
``
to hook your function up to the event source
*
Run
``kappa <path-to-config> tail``
to see more output
...
...
Please
register
or
login
to post a comment