Skip to content

3.3.0

Compare
Choose a tag to compare
@daknhh daknhh released this 28 Jul 13:19
· 242 commits to master since this release
58c88bc

Added

  • Refactor of bin/aws-firewall-factory.ts, grouping duplicated code on a function, adding comments and better organizing the file.

  • Refactor of lib/firewall-stack.ts, outsource the creation of the CloudWatch Dashboard into an own Construct

  • Adds a centralized IPSets management feature.
    No more we'll have to be manually updating ipsets across multiple AWS accounts, it can be defined in code and replicated for use by WAF rules everywhere its needed. Check the examples for defining ipsets and using them in the WebACLs on values/ip-sets-managed.json.

  • Logging to S3, you can now decide if you want to send your WAF logs directly to S3 or via Firehose