Error: API with endpointType PRIVATE has no resource policy defined
I have created a private REST API that can only be accessed from my virtual private cloud in Amazon VPC by using an interface VPC endpoint. When I use cURL command line to send request, I get a 403 Forbidden error which means that a client is forbidden from accessing a valid URL. The server understands the request, but it won’t…
Read More »