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 | 729 | January 4, 2023 | |
AWS Internal Endpoint | 1 | 758 | March 8, 2021 | |
Assign new resources/methods to an existent APIGW | 0 | 288 | January 4, 2023 | |
Private api gateway | 3 | 2775 | June 15, 2018 | |
How to consume a gateway private api from a JS application | 1 | 482 | December 4, 2023 |