We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d61e07 commit 0f3336aCopy full SHA for 0f3336a
src/bref/README.md
@@ -270,7 +270,7 @@ When this is deployed it can be invoked by
270
serverless invoke --function hello --data '{"name":"Tobias"}'
271
```
272
273
-### Invoke handlers locally
+## Invoke handlers locally
274
275
Using a service from the container makes the handlers very simple to unit test.
276
However, if you are lazy, you may want to invoke them locally from CLI.
@@ -319,7 +319,7 @@ serverless.yml file to read more natually.
319
320
321
322
-### Typed handlers
+## Typed handlers
323
324
To better integrate with different AWS events, one can use "typed handlers".
325
These are classes that implements `Bref\Event\Handler` and provides some helper
0 commit comments