Fix lambda import (#605)

* Fix lambda import

* more updates

* more changes
This commit is contained in:
Seif Lotfy سيف لطفي
2017-03-24 18:44:38 +01:00
committed by Travis Reeder
parent cc4ff197e0
commit d8871d1562
6 changed files with 44 additions and 217 deletions

View File

@@ -15,7 +15,7 @@ func GetLangHelper(lang string) LangHelper {
return &RustLangHelper{}
case "dotnet":
return &DotNetLangHelper{}
case "lambda-node":
case "lambda-nodejs4.3":
return &LambdaNodeHelper{}
}
return nil