Update local workflow authored by Kim Carter's avatar Kim Carter
...@@ -80,7 +80,7 @@ Adding the `--debug` flag to the end of `sam local` commands can be helpful. ...@@ -80,7 +80,7 @@ Adding the `--debug` flag to the end of `sam local` commands can be helpful.
docker container ls docker container ls
``` ```
## [Testing Lambda function directly](https://github.com/binarymist/aws-sam-local) ## [Testing Lambda function directly](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-invoke.html)
No local Lambda service needs to be running first, in our case: No local Lambda service needs to be running first, in our case:
... ...
......