@@ -11,21 +11,21 @@ Packaging [Benthos] configs for [AWS Lambda] was too exciting, now it's acceptab
11
11
## Description
12
12
13
13
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.
17
17
18
18
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.
20
20
For each config you want to deploy, Blobpack merges
21
21
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.
23
23
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.
25
25
Since [ Serverless] and the [ AWS CDK] are both popular deployment
26
26
solutions that support Node.js, this tool is distributed as an npm package.
27
27
28
- This package exposes a CLI tool, blobpack,
28
+ This package exposes the CLI command blobpack,
29
29
and its [ underlying JavaScript API] ( http://io.evansosenko.com/blobpack/ ) .
30
30
31
31
[ Serverless ] : https://serverless.com/
0 commit comments