Closed Shahed-Chy-Suzan closed 1 week ago
Fixes #160 #165
Added push notification system with user device token registration and notification delivery functionality through AWS SQS-SNS infrastructure.
Testing steps:
Register device token:
/notification/register
Send push notification:
/notification/push/{userId}
Fixes #160 #165
What kind of change does this PR introduce?
How would you describe the changes in a changelog?
Added push notification system with user device token registration and notification delivery functionality through AWS SQS-SNS infrastructure.
Related Issues/PRs
How to test
Testing steps:
Register device token:
/notification/register
with device tokenSend push notification:
/notification/push/{userId}
with notification payloadChecklist