I’m using the Serverless framework with AWS to produce a public (authenticated) API. All of the endpoints are exposed via API gateway. I also will need to have internal endpoints for service-to-service communication and I would not like to expose these endpoints to the public. Is there an easy way to create endpoints as part of this project that are not exposed publicly but can only be hit from within our VPC?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Private and public api gateway in one serverless file | 1 | 680 | January 4, 2023 | |
How to create a private AWS API Gateway using serverless.yaml? | 0 | 422 | May 22, 2021 | |
Setting up API Gateway with Private Link Enabled (to access Serverless Lambda inside VPC) | 1 | 2860 | July 29, 2019 | |
How to make APIs in API Gateway private using api keys in Serverless? | 2 | 3391 | April 23, 2021 | |
Get Gateway API end point in lambda function | 3 | 3494 | February 2, 2017 |