what’s up with the change from `get_ami` to `getAm...
# python
s
what’s up with the change from
get_ami
to
getAmi
? The former gives a deprecation warning but the latter raises an exception
b
hey @sparse-state-34229 it looks like the deprecation message may not be correct here in Python - it should be
ec2.get_ami
not
ec2.getAmi
We "moved" the package as it was a bad location initially for it - it's very ec2 specific BUT we are reviewing the need for the deprecation message here
Sorry for the added noise
s
ah okay I see
thank you!
b
sorry about that message 😕
s
all good, I thought maybe my pyenv was screwed up but glad to know it wasn’t me lol
b
100% not you 🙂