moto/moto/elbv2
William Richard 81381cd035
Correctly generate resource name for target groups when using cloudformation
They need to have less than 32 character names, so when you don't specify a name
cloudformation generates a name that is less than 32 characters.

And make sure that flake8 passes
2018-06-06 11:07:14 -04:00
..
__init__.py Implemented core endpoints of ELBv2 2017-08-02 13:41:38 -07:00
exceptions.py implement elbv2 ResourceInUseError 2017-10-02 12:35:52 -07:00
models.py Correctly generate resource name for target groups when using cloudformation 2018-06-06 11:07:14 -04:00
responses.py Fix handling of PageSize for ELB/ELBv2 2018-03-05 16:52:56 -05:00
urls.py Potential fix V3 2017-10-04 01:13:34 +01:00
utils.py adding elbv2 utils.py for arn generation 2017-11-06 17:49:45 -08:00