Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenth committed Jan 13, 2016
1 parent 3205d76 commit 6dc33b3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,19 @@ When you're ready to deploy some new code, simply run
clamda deploy
```

It will zip up your new code, upload the package to AWS Lambda.
It will zip up your new code, upload the package to AWS Lambda. If you'd like to both deploy and invoke your function, you can call

Debugging & Working with Logs
====================
By default, when you create a new lambda job, amazon will create a corresponding CloudwatchLog entry for it where all your production logs will go. Working with their UI is a little painful, so clamda has some functions which will hopefully make this process easier to debug and find errors in live data:

To run a cloudwatch search for "error" in your logs:

```
clamda errors
```

If there are errors, it will print them to the terminal. If not, it will just report nothing.

Coming Soon
=====================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='clamda',
version='0.0.5',
version='0.0.6',
description='Work seamlessly with AWS Lambda Jobs',
url='https://github.com/haydenth/clamda',
license='MIT',
Expand Down

0 comments on commit 6dc33b3

Please sign in to comment.