CORS Error when trying to access API Gateway Endpoint
I am trying to host an WebSite on S3. The site will trigger a lambda function and do some stuff.
I’ve managed to host the site and access it. Created the Lambda function. Created the API Gateway API, the method (POST) and the stage. However, even after enabling CORS i’m still having the same message (CORS error).