Join Slack
Powered by
How can I deploy a private APIGateway ? By default...
# help
a
Anupam Dixit
08/31/2021, 7:50 AM
How can I deploy a private APIGateway ? By default, the app is deployed on a public gateway url.
f
Frank
08/31/2021, 8:14 AM
Hey
@Anupam Dixit
, private endpoint is only supported for API Gateway REST APIs
Frank
08/31/2021, 8:15 AM
Here are some more deatils
https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-apis.html
a
Anupam Dixit
08/31/2021, 1:34 PM
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
Frank
09/01/2021, 5:21 PM
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.
Frank
09/01/2021, 5:22 PM
HTTP API is the newer service that’s cheaper and after, at the cost of lesser features.
Frank
09/01/2021, 5:22 PM
Private endpoint is only supported by REST API, not HTTP API.
2
Views
Open in Slack
Previous
Next