aureq / letslambda

3 stars 2 forks source link

Avoid calling multiple times the same function with minor changes in args #5

Closed aureq closed 8 years ago

aureq commented 8 years ago

When calling iam.upload_server_certificate and s3.put_object, there's little variation in the parameters passed. Better is to use kwargs to make the code more readable.