Skip to content

Commit

Permalink
Add pattern dualstack global by default (#4277)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 24, 2022
1 parent b88543c commit 845c0ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/feature-Endpoint-cbd3413f.json
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Endpoint",
"description": "Add pattern global dualstack by default"
}
6 changes: 6 additions & 0 deletions lib/region_config_data.json
Expand Up @@ -231,6 +231,12 @@
},
"fipsDualstackByDefault": {
"endpoint": "{service}-fips.{region}.api.aws"
},
"globalDualstackByDefault": {
"endpoint": "{service}.global.api.aws"
},
"fipsGlobalDualstackByDefault": {
"endpoint": "{service}-fips.global.api.aws"
}
}
}

0 comments on commit 845c0ea

Please sign in to comment.