1.2.0 • Published 6 years ago

serverless-api-gateway-cloudwatch-settings v1.2.0

Weekly downloads
1,418
License
MIT
Repository
github
Last release
6 years ago

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