Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

1. I love Twilio and I recommend it over pinpoint most of the time. The API is objectively easier and the documentation is better.

2.

    import boto3
    sns = boto3.client('sns')
    number = '+12345678900'
    sns.publish(PhoneNumber=number, Message='Hello, World')
Disclaimer: I work for AWS and wrote the post


OT: why on Earth would you call your library boto3, instead of something obvious, like aws?

I can't be the first person who was confused by this.



Here's the right twitter link sorry: https://twitter.com/garnaat/status/913093232917086209




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: