Serverless analyze bundle plugin
January 29, 2023 ยท View on GitHub
A Serverless plugin to analyze the bundle of a lambda function.
Prerequisites ๐
- Use serverless-esbuild to bundle your functions
- Only individually bundled functions can be analyzed
Usage ๐ฆ
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
Options ๐
--analyze
The name of the function to analyze.
--template
The bundle template to use. Should be one of sunburst, treemap, network. Defaults to treemap.
Using the CDK instead of the Serverless Framework? ๐ค
No worries! Check out my library cdk-bundle-analyzer that does the same thing for the CDK ๐