Use SNS and Lambda to send mobile notifications
Step-1: Copy the Python code to the lambda console and add a phone number to get a notification
import json
import logging
import time
import boto3
from botocore.exceptions import ClientError
logger = logging.getLogger(__name__)
class SnsWrapper:
...
rishabh157.hashnode.dev3 min read