File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ behaviors – even the user and running process are the same.
88
99![ Terminal Example] ( https://raw.githubusercontent.com/lambci/docker-lambda/master/examples/terminal.png " Example usage when index.js in current dir ")
1010
11- You can use it for testing your functions in the same strict Lambda environment,
11+ You can use it for [ running your functions] ( #run-examples ) in the same strict Lambda environment,
1212knowing that they'll exhibit the same behavior when deployed live. You can
13- also use it to compile native dependencies knowing that you're linking to the
13+ also use it to [ compile native dependencies] ( #build-examples ) knowing that you're linking to the
1414same library versions that exist on AWS Lambda and then deploy using
1515the [ AWS CLI] ( https://aws.amazon.com/cli/ ) .
1616
You can’t perform that action at this time.
0 commit comments