lazywithclass/winston-cloudwatch

AWS_DEFAULT_REGION fallback if AWS_REGION is undefined

Closed this issue · 0 comments

I noticed that the package doesn't work if AWS_DEFAULT_REGION is set, it requires AWS_REGION.

As documented here, many integrations fallbacks to AWS_DEFAULT_REGION, and this doesn't.

Maybe it's due @aws-sdk/client-cloudwatch-logs?