jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for binary data in API Gateway

ahl opened this issue · comments

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