Fix ELB ssl_certificate_id typo. Closes #1528.
This commit is contained in:
parent
e8a88cf3b2
commit
929ae286cf
2 changed files with 1 additions and 4 deletions
|
|
@ -578,9 +578,6 @@ class APIGatewayBackend(BaseBackend):
|
|||
return {}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
apigateway_backends = {}
|
||||
for region_name in Session().get_available_regions('apigateway'):
|
||||
apigateway_backends[region_name] = APIGatewayBackend(region_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue