I need to implement a WAF that covers the owasp top 10 and aws luckily already created a sample cloudformation template for this - however, it is in waf version 1.
I am new to aws waf, but it seems to me that aws is making a big effort to migrate from waf v1 to v2, even though v1 is still available. i have also tried to convert the v1 resources to v2 using the waf migration wizard - this has worked but has created a horrific cloudformation template which will take quite a while to fix up to the standard and state that the original v1 template was in (parameters and outputs have been lost, resource names have guids instead of meaningful identifiers, etc).
So my question is (before i spend ages fixing the generated template!), is it ok to remain with WAF v1 or should I really be using v2 now?
thanks in advance :)