This package has been deprecated

Author message:

WARNING: This project has been renamed to @gammarer/aws-waf-ip-rate-limit-rule-group. Install using @gammarer/aws-waf-ip-rate-limit-rule-group instead.

@gammarer/aws-waf-rate-limit-rule-group
TypeScript icon, indicating that this package has built-in type declarations

0.1.45 • Public • Published

AWS WAF Rete Limit Rule Group

This is an AWS CDK Construct for Rate Limit Rule on WAF V2

Resources

This construct creating resource list.

  • WAF V2 RuleGroup

Install

TypeScript

npm install @gammarer/aws-waf-rate-limit-rule-group
# or
yarn add @gammarer/aws-waf-rate-limit-rule-group

Example

import { WafRateLimitRuleGroup } from '@gammarer/aws-waf-rate-limit-rule-group';

new WafRateLimitRuleGroup(stack, 'WafRateLimitRuleGroup', {
  name: 'rate-limit-rule-group',
  rateLimitCount: 3000, // default 1000
});

License

This project is licensed under the Apache-2.0 License.

Package Sidebar

Install

npm i @gammarer/aws-waf-rate-limit-rule-group

Weekly Downloads

2

Version

0.1.45

License

Apache-2.0

Unpacked Size

164 kB

Total Files

9

Last publish

Collaborators

  • yicr