Skip to content

Commit

Permalink
added the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit negi committed Dec 3, 2017
1 parent cc1c89e commit 3be1916
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# lamlight
lamlight is a python package for serverless application. It abstracts out all the step needes to develop a servless application for AWS lambda.

### Features
* creating _boilerplate_ for AWS lambda function
* live _upading_ existing AWS lambda function.
* _Connecting_ existing project to AWS lambda function
* Single command to _push_ code to lambda function


### Prerequisite
* python 2.7
* pip
* Install the Package.
`pip install git+https://github.com/Rohit25negi/lamlight`
* add your aws credentials in `~/.aws/credentials` or if you are using IAM roles then set `AWS_REGION` for default AWS region


### Tutorial:
Coming soon
2 changes: 0 additions & 2 deletions lamlight/README.md

This file was deleted.

0 comments on commit 3be1916

Please sign in to comment.