Skip to content

Serverless plugin for binary files support in AWS Gateway

License

Notifications You must be signed in to change notification settings

TomazJunior/serverless-apigw-binary

 
 

Repository files navigation

npm version Build Status

serverless-apigw-binary

This Serverless plugin automates the process of adding binary files support in API Gateway. AWS API gateway binary support

Installation

npm install --save-dev serverless-apigw-binary

Configuration

serverless.yml:

plugins:
 - serverless-apigw-binary

custom:
  apigwBinary:
    types:           #list of mime-types
      - 'image/jpeg'
      - 'text/html'

Usage

serverless deploy    # Plugin runs within serverless deploy hook

Examples

Something missing? More documentation? All PRs welcome at https://github.com/maciejtreder/serverless-apigw-binary

About

Serverless plugin for binary files support in AWS Gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%