Amazon SNS
03. 01. 2025
Amazon Simple Notification Service (Amazon SNS) is a fully managed messaging service designed to send notifications and alerts via SMS, email, and other communication channels. It offers high availability, scalability, and security, making it ideal for delivering real-time notifications and messages to users.
The SDK.finance platform integrates with Amazon SNS to enable seamless SMS notifications for system alerts, user verifications, and other communication needs.
To activate this integration, clients must provide their Amazon SNS credentials for proper configuration.
Configuration Example:
notifications: sms: amazon-sns: region: 'eu-west-1' accessKeyId: 'YOUR_ACCESS_KEY_ID' secretKey: 'YOUR_SECRET_ACCESS_KEY' smsMaxPrice: 1.00000
Once configured, the system can efficiently send SMS notifications, enhancing real-time communication and user engagement within the platform.