serverless-plugin-apig-binary-status
v0.1.0
Published
Serverless framework plugin to check binary enabled for API Gateway endpoints
Readme
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-statusUsage
Add the plugin to your serverless.yml
# serverless.yml
plugins:
- serverless-plugin-apig-binary-status
functions:
myfunction:
checkBinaryStatus: true