Skip to content

[Bref] Fix heading hierarchy #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/bref/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
Loading