scopely-devops / skew

Apache License 2.0
243 stars 70 forks source link

WIP: Add elbv2 #164

Open tobHai opened 4 years ago

tobHai commented 4 years ago

Im trying to support both loadbalancer versions. Both have elasticloadbalancing in their ARN. How shall we handle this case ? Should we just manipulate the output ARN of elbv1 resources and leave the "entry" pattern at "elb" ? I think there is currently no way to support mapping elasticloadbalancing to two different classes skew/resources/__init__.py

Futhermore I'm struggling a bit to get the elbv2 test working, am I doing something wrong in the placebo setup? Thanks!