Skip to content

Commit 6ca2b90

Browse files
authored
Use regional endpoint for restapi integ tests (#250)
1 parent 4af158a commit 6ca2b90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration/resources/templates/combination/connector_restapi_to_function.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ Resources:
9090
Type: AWS::ApiGateway::RestApi
9191
Properties:
9292
Name: !Sub "${AWS::StackName}-connector-restapi-to-function"
93+
EndpointConfiguration:
94+
# BJS and gov regions only support REGIONAL endpoints,
95+
# using REGIONAL for all regions for simplicity.
96+
Types:
97+
- REGIONAL
9398

9499
Path:
95100
Type: AWS::ApiGateway::Resource

0 commit comments

Comments
 (0)