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-12-08 13:15:24 -0500
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
e9ff82c7a8d2b722a4e672a7779a9b87aa358b52
e9ff82c7
2 parents
549884b5
7000b63f
Merge remote-tracking branch 'origin/develop' into python-refactor
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
README.md
README.md
View file @
e9ff82c
...
...
@@ -11,7 +11,7 @@ deploy, update, and test functions for AWS Lambda.
There are quite a few steps involved in developing a Lambda function.
You have to:
*
Write the function itself
(Javascript only for now)
*
Write the function itself
*
Create the IAM role required by the Lambda function itself (the executing
role) to allow it access to any resources it needs to do its job
*
Add additional permissions to the Lambda function if it is going to be used
...
...
@@ -33,6 +33,18 @@ your function on.
If you need to make changes, kappa will allow you to easily update your Lambda
function with new code or update your event sources as needed.
Installation
------------
The quickest way to get kappa is to install the latest stable version via pip:
pip install kappa
Or for the development version:
pip install git+https://github.com/garnaat/kappa.git
Getting Started
---------------
...
...
Please
register
or
login
to post a comment