Skip to content

Commit

Permalink
fix analyzer command
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinsgoodman committed Jan 18, 2023
1 parent d3c47ba commit fea8909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/serverless-framework-sqs-dynamodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ This project uses [serverless-esbuild](https://www.npmjs.com/package/serverless-

#### Bundle Analyzer

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.
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.

#### File Patterns

Expand Down

0 comments on commit fea8909

Please sign in to comment.