-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rohit negi
committed
Dec 3, 2017
1 parent
cc1c89e
commit 3be1916
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.