lazywithclass / winston-cloudwatch

Send logs to Amazon Cloudwatch using Winston.
MIT License
258 stars 104 forks source link

Add @aws-sdk/client-cloudwatch-logs to devDependencies #189

Closed andrewda closed 2 years ago

andrewda commented 2 years ago

GitHub Actions tests appear to be failing because @aws-sdk/client-cloudwatch-logs does not get installed with npm ci. The correct way to deal with this issue is to have @aws-sdk/client-cloudwatch-logs in both peerDependencies and devDependencies. This should fix the tests!

lazywithclass commented 2 years ago

Thank you for this.