mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Added Lambda Node support as part of the regular functions workflow. (#601)
* Added Lambda Node support as part of the regular functions workflow. * Fixes for PR comments.
This commit is contained in:
committed by
Seif Lotfy سيف لطفي
parent
0492ca5dfb
commit
ca18ae88fa
@@ -100,6 +100,7 @@ func transcribeEnvConfig(configs []string) map[string]string {
|
||||
return c
|
||||
}
|
||||
|
||||
// create creates the Docker image for the Lambda function
|
||||
func create(c *cli.Context) error {
|
||||
args := c.Args()
|
||||
functionName := args[0]
|
||||
@@ -272,7 +273,7 @@ func createFunctionYaml(opts createImageOptions) error {
|
||||
path := fmt.Sprintf("/%s", strs[1])
|
||||
funcDesc := &funcfile{
|
||||
Name: opts.Name,
|
||||
path: &path,
|
||||
Path: &path,
|
||||
Config: opts.Config,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user