forked from jimjkelly/lambda-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload Single Lambda Dir (jimjkelly#4)
This changes how we do things, pursuant to jimjkelly#2, to only upload a single Lambda dir at a time, either the CWD or whatever is specified by `-d`. We try to take care to be careful not to upload .env files. I've added an example for how to upload multiple Lambdas in a CI environment.
- Loading branch information
Showing
4 changed files
with
165 additions
and
106 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,4 @@ | ||
An Alphabetical List of Contributors: | ||
|
||
- [Joe Ipson](https://github.com/m0ngr31) | ||
- [James Kelly](https://github.com/jimjkelly) |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include CONTRIBUTORS.md | ||
include LICENSE.md | ||
include README.md | ||
include HISTORY.md | ||
|
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
Oops, something went wrong.