This package has been deprecated

Author message:

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

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

1.2.6 • Public • Published

AWS WAF(V2) IP Rete Limit Rule Group

GitHub npm (scoped) PyPI Nuget Sonatype Nexus (Releases) GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

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

Resources

This construct creating resource list.

  • WAF V2 RuleGroup

Install

TypeScript

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

Python

pip install gammarer.aws-waf-ip-rate-limit-rule-group

C# / .Net

dotnet add package Gammarer.CDK.AWS.WafIpRateLimitRuleGroup

Java

Add the following to pom.xml:

<dependency>
  <groupId>com.gammarer</groupId>
  <artifactId>aws-waf-ip-rate-limit-rule-group</artifactId>
</dependency>

Example

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

new WafIpRateLimitRuleGroup(stack, 'WafIpRateLimitRuleGroup', {
  name: 'rate-limit-rule-group',
  scope: Scope.REGIONAL,
  rateLimitCount: 3000, // default 1000
});

License

This project is licensed under the Apache-2.0 License.

Package Sidebar

Install

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

Weekly Downloads

80

Version

1.2.6

License

Apache-2.0

Unpacked Size

176 kB

Total Files

7

Last publish

Collaborators

  • yicr