Skip to content

Commit

Permalink
Link to bento
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Sep 10, 2024
1 parent db795ff commit 23eb9e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,22 @@ you can use the `include` property,

#### Bento support

If you need Serverless Bento, you can change `src` and `checksumPrefix` properties:
If you need Serverless [Bento], set the `src` and `checksumPrefix` properties,

```json
{
"blobpack": {
"name": "benthos-lambda",
"version": "4.10.0",
"version": "1.2.0",
"platform": "linux_amd64",
"checksumPrefix": "bento",
"src": "https://github.com/warpstreamlabs/bento/releases/download"
}
}
```

[Bento]: https://warpstreamlabs.github.io/bento/

### CLI

```
Expand Down

0 comments on commit 23eb9e7

Please sign in to comment.