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
StateStorage, AwsHttps, (and others?) are pulling in the entire aws-sdk as a dependency, preventing unused parts from being tree-shaken out of the resulting Lambdas where these libraries are used.
StateStorage, AwsHttps, (and others?) are pulling in the entire aws-sdk as a dependency, preventing unused parts from being tree-shaken out of the resulting Lambdas where these libraries are used.
Update the
import
statements to only pull in the needed clients. Details: https://adamfanello.medium.com/reduce-existing-javascript-lambda-package-by-49-yes-please-fe08c9aa60dThe text was updated successfully, but these errors were encountered: