Serverless Cloudformation Resource Counter

homepage icon https://github.com/drexler/serverless-cloudformation-resource-counter
Follow @drexler

Tracked

NPM Downloads Last Month
17219
Issues
0
Stars
0
Forks
0
Watchers
0
Watch Star Fork Issue Download License NPM Build Status Coverage Status Contributors

Repo README Contents:

Serverless Cloudformation Resource Counter Plugin

npm license downloads codecov Build Status

A serverless plugin to count the resources generated in the AWS CloudFormation stack after deployment. It provides an option to warn users when a preset number of resources have been created. This is particularly useful when trying to avoid the 500 resource limit set by CloudFormation.

Usage

Install

$ yarn add serverless-cloudformation-resource-counter
$ npm install serverless-cloudformation-resource-counter

Configuration

plugins:
    - serverless-cloudformation-resource-counter

custom:
    warningThreshold: 13

License

Feel free to use the code, it’s released using the MIT license.