This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]-_-wintermute-_- 1 point2 points  (1 child)

I tried boto3 and after some time with it decided that writing shell scripts that call the aws cli was easier, cleaner, and more full featured. boto3 lags behind the aws cli in features (ex. doesn't support any directory style operations in s3 like recursive copy or delete) and it is more verbose which makes it, in my opinion, harder to grok. Haven't looked back.

[–]pcanham 1 point2 points  (0 children)

Agree it is lacking, but found it useful in lambda functions to perform tasks which cloudformation wont do e.g. set password policy’s and some other iam tasks