File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Hooks are just shell scripts that are invoked in a specific order, so you can cu
6464* ` build ` : run after ` cargo build ` , but before packaging the executable into a zip - useful when modifying the executable after compilation
6565* ` package ` : run after packaging the executable into a zip - useful for adding extra files into the zip file
6666
67- The hooks' names are predefined and must be placed in a directory ` .lambda-rust ` in the project root.
67+ The hooks' names are predefined and must be placed in a directory ` .lambda-rust ` in the project root.
6868
6969You can take a look at an example [ here] ( ./tests/test-func-with-hooks ) .
7070
@@ -144,7 +144,7 @@ To compile and deploy in your project directory
144144$ cargo aws-lambda {your aws function' s full ARN} {your-binary-name}
145145```
146146
147- To list all options
147+ To list all options
148148```sh
149149$ cargo aws-lambda --help
150150```
You can’t perform that action at this time.
0 commit comments