Closed eliasjnior closed 7 months ago
I noticed that the package doesn't work if AWS_DEFAULT_REGION is set, it requires AWS_REGION.
AWS_DEFAULT_REGION
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?
@aws-sdk/client-cloudwatch-logs
I noticed that the package doesn't work if
AWS_DEFAULT_REGION
is set, it requiresAWS_REGION
.As documented here, many integrations fallbacks to
AWS_DEFAULT_REGION
, and this doesn't.Maybe it's due
@aws-sdk/client-cloudwatch-logs
?