We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0913fc6 + 5ee53a8 commit 87d76f1Copy full SHA for 87d76f1
priv/endpoints.exs
@@ -3255,7 +3255,12 @@ chime_voice_regions = [
3255
}
3256
},
3257
"polly" => %{"endpoints" => %{"us-gov-west-1" => %{}}},
3258
- "lambda" => %{"endpoints" => %{"us-gov-east-1" => %{}, "us-gov-west-1" => %{}}},
+ "lambda" => %{
3259
+ "endpoints" => %{
3260
+ "us-gov-east-1" => %{"hostname" => "lambda-fips.us-gov-east-1.amazonaws.com"},
3261
+ "us-gov-west-1" => %{"hostname" => "lambda-fips.us-gov-west-1.amazonaws.com"}
3262
+ }
3263
+ },
3264
"dynamodb" => %{
3265
"endpoints" => %{
3266
"us-gov-east-1-fips" => %{
0 commit comments