Skip to content

Commit

Permalink
feat: disable default api gateway endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Oct 21, 2024
1 parent a226793 commit 5da794d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ingest_api/infrastructure/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def build_api(
self,
f"{stack_name}-{construct_id}",
default_integration=ingest_api_integration,
disable_execute_api_endpoint=True,
)

def build_jwks_url(self, userpool_id: str) -> str:
Expand Down
1 change: 1 addition & 0 deletions raster_api/infrastructure/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def __init__(
self,
f"{stack_name}-{construct_id}",
default_integration=raster_api_integration,
disable_execute_api_endpoint=True,
)

CfnOutput(
Expand Down
1 change: 1 addition & 0 deletions stac_api/infrastructure/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def __init__(
self,
f"{stack_name}-{construct_id}",
default_integration=stac_api_integration,
disable_execute_api_endpoint=True,
)

CfnOutput(
Expand Down

0 comments on commit 5da794d

Please sign in to comment.