1.1.1 • Published 3 years ago

serverless-cloudformation-resource-counter v1.1.1

Weekly downloads
1,870
License
MIT
Repository
github
Last release
3 years ago

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.

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago