• Documentation
  • Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
drexler

Serverless Cloudformation Resource Counter

by

A plugin to count the resources generated in the AWS CloudFormation stack after deployment.

89.5k
7
  1. Serverless Cloudformation Resource Counter

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.

Contents

  • Serverless Cloudformation Resource Counter Plugin
  • Usage
  • Install
  • Configuration
  • License

Related

GuidesPluginsExamplesSlack CommunitySupport