Socket
Socket
Sign inDemoInstall

serverless-apigw-binary

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    serverless-apigw-binary

Enables binary support in AWS API Gateway service.


Version published
Weekly downloads
19K
increased by7.38%
Maintainers
1
Install size
16.1 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 12 Nov 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc