aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 47 forks source link

chore(unittests): if not defined set a default region in boto3_proxy.py #232

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

Closes #219

Unit tests do not require AWS credentials but were still failing if no region was set. Set default region in boto3_proxy

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

mmaeng commented 1 year ago

239 will also resolve the unittest errors but without altering main program behavior.