A Serverless plugin to analyze the bundle of a lambda function.
- Use serverless-esbuild to bundle your functions
- Only individually bundled functions can be analyzed
Install with
pnpm add -D serverless-analyze-bundle-plugin
Add serverless-analyze-bundle-plugin
to your serverless plugins.
Run the following command to analyze a function:
serverless package --analyze myFunctionName
The name of the function to analyze.
The bundle template to use. Should be one of sunburst
, treemap
, network
. Defaults to treemap
.
No worries! Check out my library cdk-bundle-analyzer that does the same thing for the CDK 🚀