Skip to content

Commit fea8909

Browse files
fix analyzer command
1 parent d3c47ba commit fea8909

File tree

1 file changed

+1
-1
lines changed
  • starters/serverless-framework-sqs-dynamodb

1 file changed

+1
-1
lines changed

starters/serverless-framework-sqs-dynamodb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ This project uses [serverless-esbuild](https://www.npmjs.com/package/serverless-
169169

170170
#### Bundle Analyzer
171171

172-
This project ships with the [serverless-analyze-bundle-plugin](https://www.npmjs.com/package/serverless-analyze-bundle-plugin) to allow you to visualize your Lambda bundles. This is an especially important factor when dealing with cold starts and should be monitored. To analyze a function bundle, run `npm run build --analyze <functionName>`. This will give you a visualization of your function's dependencies and their sizes.
172+
This project ships with the [serverless-analyze-bundle-plugin](https://www.npmjs.com/package/serverless-analyze-bundle-plugin) to allow you to visualize your Lambda bundles. This is an especially important factor when dealing with cold starts and should be monitored. To analyze a function bundle, run `npm run build -- --analyze <functionName>`. This will give you a visualization of your function's dependencies and their sizes.
173173

174174
#### File Patterns
175175

0 commit comments

Comments
 (0)