nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

Support optional AWS SNS module for mobile push notification #171

Open longnd opened 1 year ago

longnd commented 1 year ago

Why

For API projects that needs to integrate with mobile app, it is common to send push notification using AWS SNS, e.g. in Worpt API (https://github.com/nimblehq/worpt-infrastructure/tree/main/modules/sns). To avoid repeating that work, we can introduce SNS as an optional module for the infrastructure template.

Who Benefits?