I have made an API using AWS API Gateway that fires a Lambda function at a PostgreSQL RDS. When I call the API from my Angular application, I get the following error.
Access to XMLHttpRequest at 'URL' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
How do I resolve this from the API Gateway end?