Skip to content

Commit cfc2bb2

Browse files
Add teaser for offline testing (#141)
* add offline testing note * Update README.md Co-authored-by: Simon Shillaker <554768+Shillaker@users.noreply.github.com> * Update README.md Co-authored-by: Simon Shillaker <554768+Shillaker@users.noreply.github.com> * review Co-authored-by: Simon Shillaker <554768+Shillaker@users.noreply.github.com>
1 parent ae54040 commit cfc2bb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Serverless Framework handles everything from creating namespaces to function/cod
6161
- [Deployment methods](#deployment-methods)
6262
- [Managing containers](#managing-containers)
6363
- [Logs](#logs)
64+
- [Offline testing](#offline-testing)
6465
- [Info](#info)
6566
- [Documentation and useful links](#documentation-and-useful-links)
6667
- [Contributing](#contributing)
@@ -486,6 +487,10 @@ You can fetch the logs of a specific function for with the `--function` option.
486487
serverless logs --function <function_or_container_name>
487488
```
488489

490+
## Offline testing
491+
492+
Deploying functions locally provides a shorter development feedback loop, allowing for faster testing and debugging. This is something we are actively working on, so watch this space!
493+
489494
## Info
490495

491496
The `serverless info` command gives you information about your functions' or containers' current deployement state in JSON format.

0 commit comments

Comments
 (0)