forked from gitter-badger/sbt-aws-lambda
-
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.
Add ability to specify multiple lambda handlers per project.
By specifying a sequence of tuples from lambda function name to handler method, in the lambdaHandlers setting, you can create or update mulitple lambda functions with a single create or update operation. When used, lambdaHandlers overrides the single lambda handler specified through the lambdaName and handlerName settings, but if lambdaHandlers is ignored, the plugin behaves exactly as before, hence retaining backwards compatibility with existing plugin usages.
- Loading branch information
Showing
2 changed files
with
68 additions
and
25 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
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