I’m having trouble using a custom CloudFront distribution to route /api/* traffic to API Gateway and route the remaining traffic to S3. I’m receiving a 403 error with the “Missing Authentication Token” error message. I’ve followed the instructions provided by AWS here: https://aws.amazon.com/premiumsupport/knowledge-center/api-gateway-cloudfront-distribution/
I’m new to both AWS and the serverless framework so any tips would be greatly appreciated. Thanks!