File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ package:
29
29
individually : true
30
30
functions :
31
31
test :
32
- # handler value syntax is `{cargo-package}.{bin-name}`
33
- # or `{bin -name}` for short when you are building a
32
+ # handler value syntax is `{cargo-package-name }.{bin-name}`
33
+ # or `{cargo-package -name}` for short when you are building a
34
34
# default bin for a given package.
35
- handler : your-crate -name
35
+ handler : your-cargo-package -name
36
36
events :
37
37
- http :
38
38
path : /test
@@ -69,10 +69,10 @@ functions:
69
69
rust:
70
70
# function specific flags passed to cargo
71
71
cargoFlags: '--features enable-awesome'
72
- # handler value syntax is ` {cargo-package}.{bin-name}`
73
- # or `{bin -name}` for short when you are building a
72
+ # handler value syntax is ` {cargo-package-name }.{bin-name}`
73
+ # or `{cargo-package -name}` for short when you are building a
74
74
# default bin for a given package.
75
- handler : your-crate -name
75
+ handler : your-cargo-package -name
76
76
events :
77
77
- http :
78
78
path : /test
You can’t perform that action at this time.
0 commit comments