Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gammarers/aws-waf-managed-rules-set-web-acl
- Owner: gammarers
- License: apache-2.0
- Created: 2023-08-16T06:59:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:17:35.000Z (3 months ago)
- Last Synced: 2024-11-04T14:12:28.741Z (3 months ago)
- Language: TypeScript
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.