Skip to content

Commit 87d76f1

Browse files
authored
Merge pull request #1166 from mmzx/lambdafips
Update FIPS (gov) endpoint "us-gov-east-1" targeting "lambda-fips.us-gov-east-1.amazonaws.c…
2 parents 0913fc6 + 5ee53a8 commit 87d76f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

priv/endpoints.exs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3255,7 +3255,12 @@ chime_voice_regions = [
32553255
}
32563256
},
32573257
"polly" => %{"endpoints" => %{"us-gov-west-1" => %{}}},
3258-
"lambda" => %{"endpoints" => %{"us-gov-east-1" => %{}, "us-gov-west-1" => %{}}},
3258+
"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+
},
32593264
"dynamodb" => %{
32603265
"endpoints" => %{
32613266
"us-gov-east-1-fips" => %{

0 commit comments

Comments
 (0)