How to configure the region in the AWS js SDK?

Question:

My problem

I am writing a simple js function that reads some information from AWS CloudWatch Logs.

Following the answer at Configuring region in Node.js AWS SDK, and the AWS nodejs SDK documentation, I came up with the following:

Code

Output and error

Environment

The code is running locally under node v8.1.2.

My question

How can I correctly configure the region in the AWS js SDK?

Addendum

Opened an issue on github and got some response.

Answer:

Or, alternatively, you can specify that when creating your cloudwatch object:

Leave a Reply