API Gateway HTTP API CORS
问题 I am using the new API Gateway HTTP which during the configuration enables you to add CORS. So I have set the Access-Control-Allow-Origin Header with the setting *. However when I make a request using Postman I do not see that header and this i causing my VueJS Axios request to fail. I previously used a Lambda Proxy Integration and did the following in my Lambda "headers": { "Access-Control-Allow-Origin": "*" } However the new HTTP API just does not seem to implement CORS. Maybe I am missing