File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This can be used with any tool that can deploy .zip artifacts to AWS Lambda.
30
30
Since [ Serverless] and the [ AWS CDK] are both popular deployment
31
31
solutions that support Node.js, this tool is distributed as an npm package.
32
32
33
- This package exposes the CLI command blobpack,
33
+ This package exposes the CLI command blobpack
34
34
and its [ underlying JavaScript API] ( http://io.evansosenko.com/blobpack/ ) .
35
35
36
36
[ Serverless ] : https://serverless.com/
@@ -126,7 +126,7 @@ If two files have the same key, the last one wins._
126
126
}
127
127
` ` `
128
128
129
- _Tip : put your common resources in an npm package like @my-org/blobd_
129
+ _Tip : put your common resources in an npm package like @my-org/blobd._
130
130
131
131
If you only need to package a single config file into the artifact,
132
132
you can use this shorthand,
You can’t perform that action at this time.
0 commit comments