jbasko/autoboto

how can I instantiate lambda client?

Closed this issue · 2 comments

lambda is a reserved word, so how can I instantiate a lambda client?
The following does not work:

   from autoboto.services import lambda
   lambda_client = lambda.Client()

Thanks for reporting, but as it warns on the homepage (https://github.com/jbasko/autoboto) - this library is not recommended for use now. It was an interesting idea, but it doesn't really scale well.

Thanks for the reply @jbasko. It is a great idea indeed