moto/moto/awslambda
Alberto Vara 56f29a0e6e Fix/lambda backend (#1556)
* Fix exception with "object has no attribute"

When use this code:

   client = boto3.client('lambda')
   client.get_policy([...])

moto rise:
```
moto/awslambda/responses.py", line 109, in _get_policy
    lambda_backend = self.get_lambda_backend(full_url)
Exception: 'LambdaResponse' object has no attribute 'get_lambda_backend'
```

* fix shadows built-in name
2018-04-07 11:07:17 -07:00
..
2017-02-23 21:37:43 -05:00
2018-03-21 22:14:10 -07:00
2018-04-07 11:07:17 -07:00
2017-11-26 21:28:28 +00:00
2017-11-26 21:28:28 +00:00