Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gammarers/aws-waf-managed-rules-set-web-acl


https://github.com/gammarers/aws-waf-managed-rules-set-web-acl

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# AWS WAF(V2) Managed Rules Set Web ACL

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

## Resources

This construct creating resource list.

- WAF V2 Web ACL

## Install

### TypeScript

```shell
npm install @gammarers/aws-waf-managed-rules-set-web-acl
# or
yarn add @gammarers/aws-waf-managed-rules-set-web-acl
```

## Example

```typescript
import { ScopeType, WafManagedRulesSetWebACL } from '@gammarers/aws-waf-managed-rules-set-web-acl';

const webAcl = new WafManagedRulesSetWebACL(stack, 'WafManagedRulesSetWebACL', {
scope: ScopeType.REGIONAL,
});

```

## License

This project is licensed under the Apache-2.0 License.