pulumi / pulumi-aws-apigateway

Apache License 2.0
10 stars 5 forks source link

Fix getRegion function to work even when region not explicitely specified #147

Closed flostadler closed 1 month ago

flostadler commented 1 month ago

Previously the getRegion function returned undefined in cases where the region wasn't explicitely defined (e.g. AWS_REGION environment variable). This change fixes that by using the provider's built in method for resolving the region.

Fixes #91