serverless-api-gateway-cloudwatch-settings

A Serverless v1.x plugin that enables you to easily configure the CloudWatch settings for an API Gateway.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
serverless-api-gateway-cloudwatch-settings
411.2.05 years ago5 years agoMinified + gzip package size for serverless-api-gateway-cloudwatch-settings in KB

Readme

Serverless API Gateway Cloudwatch Settings
A Serverless v1.x plugin that enables you to easily configure the CloudWatch settings for an API Gateway.
So far I have only added support for enabling detailed CloudWatch metrics for an entire API Gateway stage.

Install

$ npm install serverless-api-gateway-cloudwatch-settings --save-dev

Add the plugin to your serverless.yml file:
plugins:
  - serverless-api-gateway-cloudwatch-settings

Configure

custom:
  apiGatewayCloudWatchSettings:
    metricsEnabled: true