Julien

Results 2 comments of Julien

I had the same problem while using create-react-app, the issue was that the `dist` folder is set to `./build` by default when using CRA. try changing your dist to: `dist:...

Since v1.42 the serverless framework supports binary media type responses, so `serverless-apigw-binary` is no longer necessary (https://www.serverless.com/blog/framework-release-v142) ``` provider:   apiGateway:   binaryMediaTypes:   - '*/*' ```