How can I deploy a private APIGateway ? By default...
# help
a
How can I deploy a private APIGateway ? By default, the app is deployed on a public gateway url.
f
Hey @Anupam Dixit, private endpoint is only supported for API Gateway REST APIs
a
Thanks @Frank. I am not sure I completely understand this as I am new to API gateway. Will read a little bit more and ask more doubts later.
f
NP! Adding a bit of context on API Gateway, there’s REST API and HTTP API, despite the confusing naming, both can be used to create APIs.
HTTP API is the newer service that’s cheaper and after, at the cost of lesser features.
Private endpoint is only supported by REST API, not HTTP API.