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

Doesn't remove the old binary media types

Open ol-mortezaebrahimi opened this issue 3 years ago • 0 comments

When changing the binary media types, the old media types still exist in the list of media types. I guess that's because we're merging the types instead of overwriting it. Screen Shot 2022-11-14 at 12 42 25 PM

My new serverless configurations :

    types:           #list of mime-types
      - "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
      - "application/pdf"```

ol-mortezaebrahimi avatar Nov 14 '22 17:11 ol-mortezaebrahimi