Skip to content

Commit 1ff8c35

Browse files
committed
Update README description
1 parent 5aa8696 commit 1ff8c35

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ Packaging [Benthos] configs for [AWS Lambda] was too exciting, now it's acceptab
1111
## Description
1212

1313
Benthos on AWS Lambda requires either a single config.yaml file inside its
14-
deployed ZIP artifact or the config passed as an environment variable.
15-
Since AWS Lambda limits its environment variable size, even simple Benthos configs
16-
are too large to deploy.
14+
deployed .zip artifact or the config passed as an environment variable.
15+
Since AWS Lambda limits its environment variable size to 4 KB,
16+
even simple Benthos configs are too large to deploy.
1717

1818
This tool allows you to write and test Benthos configs as you normally would,
19-
e.g., splitting and sharing resources across multiple files.
19+
i.e., splitting and sharing resources across multiple files.
2020
For each config you want to deploy, Blobpack merges
2121
the selected Benthos YAML files into a single config.yaml and
22-
packages it into a ZIP file with Benthos for deployment to AWS Lambda.
22+
packages it into a .zip file with Benthos for deployment to AWS Lambda.
2323

24-
This can be used with any tool can deploy ZIP artifacts to AWS Lambda.
24+
This can be used with any tool that can deploy .zip artifacts to AWS Lambda.
2525
Since [Serverless] and the [AWS CDK] are both popular deployment
2626
solutions that support Node.js, this tool is distributed as an npm package.
2727

28-
This package exposes a CLI tool, blobpack,
28+
This package exposes the CLI command blobpack,
2929
and its [underlying JavaScript API](http://io.evansosenko.com/blobpack/).
3030

3131
[Serverless]: https://serverless.com/

0 commit comments

Comments
 (0)