Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(endpoints): fix FIPS endpoints for CloudFormation (#4325)
* fix(endpoints): fix FIPS endpoints for CloudFormation The SDK currently uses the following FIPS endpoint for CloudFormation in Gov regions: ``` cloudformation-fips.us-gov-west-1.amazonaws.com ``` According to the [FIPS endpoint reference](https://aws.amazon.com/compliance/fips/) it should be: ``` cloudformation.us-gov-west-1.amazonaws.com ``` * Add change
- Loading branch information