Skip to content

How to secure REST api gateway to be accessible within the network

0

I have created a REST api gateway which would invoke a lambda function. While im accessing the invoke url its accessible over the internet. but i need to restrict it such a way that if i provide a Domain name it should resolve the url internally and accessible only internally. When ever its accessed over internet publicly it should give error. Can some one guide on the architecture what can be done here to restrict it.

1 Answer
1

I believe you are looking for private REST APIs in Amazon API Gateway. A few important considerations:

AWS

answered a year ago

AWS
EXPERT

reviewed a year ago

  • Actually im trying to create api gateway as "regional" and i want to restrict it using a domain name.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.