After having purchased a number, how can I configure 2 way SMS on Pinpoint with Python boto3 SDK? I'm unable to find an API to wire the number to a SNS topic to forward incoming SMS messages to a backend lambda.
Asked
Active
Viewed 66 times
1 Answers
0
The right api is pinpoint-sms-voice-v2.update_phone_number. The SNS ARN is assigned to TwoWayChannelArn argument of the method.

Deepak Marur
- 537
- 1
- 13
- 27