fix: binary support for OPTIONS method

This commit is contained in:
Mark Vayngrib 2018-02-18 21:24:29 -05:00
parent 86298b6e0e
commit 611e43cdff

View File

@ -54,6 +54,7 @@ module.exports = {
RequestTemplates: {
'application/json': '{statusCode:200}',
},
ContentHandling: 'CONVERT_TO_TEXT',
IntegrationResponses: this.generateCorsIntegrationResponses(preflightHeaders),
},
ResourceId: resourceRef,