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 11:23:14 +1100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed8a43a184054c9b46b72a301cf12593013fb715
ed8a43a1
1 parent
320e6349
Add note about not requiring a profile if creds are in the environment
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
README.md
README.md
View file @
ed8a43a
...
...
@@ -40,6 +40,9 @@ Where ``command`` is one of:
The
``config file``
is a YAML format file containing all of the information
about your Lambda function.
If you use environment variables for your AWS credentials (as normally supported by boto),
simply exclude the
``profile``
element from the YAML file.
An example project based on a Kinesis stream can be found in
[
samples/kinesis
](
https://github.com/garnaat/kappa/tree/develop/samples/kinesis
)
.
...
...
Please
register
or
login
to post a comment