0.1.0 • Published 7 years ago

serverless-plugin-apig-binary-status v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

serverless-plugin-apig-binary-status

Serverless framework plugin to check binary enabled for API Gateway

Installation

Install to the Serverless project via npm

$ npm install --save serverless-plugin-apig-binary-status

Usage

Add the plugin to your serverless.yml

# serverless.yml

plugins:
  - serverless-plugin-apig-binary-status

functions:
  myfunction:
    checkBinaryStatus: true