I'm getting errors locally with the current AWS tests, because the "a region" entry for region is not a valid AWS region. Maybe the newer boto3 verisons validate regions?
I noticed that replacing "a region" with a valid region such as "us-west-2" solves the issue. I'll make a little PR for this.
I'm getting errors locally with the current AWS tests, because the "a region" entry for region is not a valid AWS region. Maybe the newer boto3 verisons validate regions?
I noticed that replacing "a region" with a valid region such as "us-west-2" solves the issue. I'll make a little PR for this.