jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.05k stars 137 forks source link

support for binary data in API Gateway #132

Open ahl opened 7 years ago

ahl commented 7 years ago

See: https://aws.amazon.com/about-aws/whats-new/2016/11/binary-data-now-supported-by-api-gateway/

This would look like a peer to resources under an apigateway API:

apigateway:
  my-api:
    resources:
      ...
    binary_support:
      image/png: True
      image/jpeg: True
      application/octet-stream: True