serverless-binary-cors icon indicating copy to clipboard operation
serverless-binary-cors copied to clipboard

A Serverless framework plugin to enable proper cors when APIGateway has binary media types configured

Results 2 serverless-binary-cors issues
Sort by recently updated
recently updated
newest added

Hi, so I just thought I mention that there is a ContentHandling param on the Integration of the method, setting this does the job (`"ContentHandling": "CONVERT_TO_TEXT",`), no need for that...

Would love to see an example serverless.yml with a /{proxy} setup. I've got a withCredentials setting on the client and I need to set the Access-Control-Allow-Origin to mirror the origin.