You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use Esbuild Bundle Size Analyzer to analyse my bundle index.js, I notice that @gomomento/sdk significantly increases the size of my Lambda function.
Hi,
Here is my setting:
bundle
andminify
are trueWhen I use Esbuild Bundle Size Analyzer to analyse my bundle index.js, I notice that
@gomomento/sdk
significantly increases the size of my Lambda function.My final bundle size grows from 620kb to 1.9m. The Lambda initial time is 2.25s (700ms is cold start time).
Question:
Can
@gomomento/sdk
be modularized like AWS SDK v3? For example, I usecache
only. Can I exclude any modules related totopic
etc?Cheers,
Tao
The text was updated successfully, but these errors were encountered: