mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix lambda import (#605)
* Fix lambda import * more updates * more changes
This commit is contained in:
committed by
Travis Reeder
parent
cc4ff197e0
commit
d8871d1562
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user