From fe602133a19e3a7fc53e5f526f22d03bb967c5d9 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 15 Jan 2023 04:05:07 +0100 Subject: [PATCH] Fix heading hierarchy --- src/bref/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bref/README.md b/src/bref/README.md index e8a986d..e86d45b 100644 --- a/src/bref/README.md +++ b/src/bref/README.md @@ -270,7 +270,7 @@ When this is deployed it can be invoked by serverless invoke --function hello --data '{"name":"Tobias"}' ``` -### Invoke handlers locally +## Invoke handlers locally Using a service from the container makes the handlers very simple to unit test. 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. ``` -### Typed handlers +## Typed handlers To better integrate with different AWS events, one can use "typed handlers". These are classes that implements `Bref\Event\Handler` and provides some helper