SimpleMessageForum CC Assignment
SimpleMessageForum CC Assignment
• 1. Go to Firebase Console.
• 2. Create a Firebase Project.
• 3. Obtain the Server Key (API key) for FCM.
• 4. Use this key to configure SNS for push notifications.
• An SNS topic is created, and mobile numbers are subscribed to this topic.
• The Lambda function publishes a notification to this SNS topic, which then sends
SMS messages to all subscribers.
• Upload a file to the S3 bucket and check if you receive an SMS notification.