aws-cloudformation / aws-cloudformation-resource-providers-redshift

The CloudFormation Resource Provider Package For Amazon Redshift
https://aws.amazon.com/redshift/
Apache License 2.0
4 stars 13 forks source link

Construct cluster ARN using correct partition #141

Closed mashuaihh closed 1 year ago

mashuaihh commented 1 year ago

Before we were hardcoding the ARN partition to be "aws", and in Gov region ARN was not correctly built and APIs failed.

This commit creates the ARN based on the aws partition in the request.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.