Skip to content

Commit 0221c45

Browse files
pinzonsimonrw
authored andcommitted
add port to aws suffix
1 parent dc4869f commit 0221c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack-core/localstack/services/cloudformation/engine/v2/change_set_model_preproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from localstack.utils.strings import to_bytes
6161
from localstack.utils.urls import localstack_host
6262

63-
_AWS_URL_SUFFIX = localstack_host().host # The value in AWS is "amazonaws.com"
63+
_AWS_URL_SUFFIX = localstack_host().host_and_port() # The value in AWS is "amazonaws.com"
6464

6565
_PSEUDO_PARAMETERS: Final[set[str]] = {
6666
"AWS::Partition",

0 commit comments

Comments
 (0)