How to setup CORS for AWS API Gateway with Lambda
Issue #1051
You build an API on API Gateway backed by a Lambda, deploy it, then call it from your web app. The request fails before it even returns data:
Access to fetch at 'https://api.example.com/items' from origin …
Written by