Hello,
The dependency on aws-sdk is pretty large, footprint-wise, we are talking about 40MB+.
I would recommend to switch to @aws-sdk/client-cloudwatch, loading only the client-cloudwatch module which should be straightforward using https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrating-to-v3.html
Thanks.
Hello,
The dependency on
aws-sdkis pretty large, footprint-wise, we are talking about 40MB+.I would recommend to switch to
@aws-sdk/client-cloudwatch, loading only theclient-cloudwatch modulewhich should be straightforward using https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrating-to-v3.htmlThanks.