I use firebase to notify web browsers (javascript clients) of changes on specific topics. I am very pleased with this. However, I would really like to (only) use aws web services.
Unfortunately, I cannot determine if it is possible to build such a service on aws. I'm not saying that EC2 instances run some alternatives to firebase / fanout.io. I am talking about using services like lambda, dynamodb streams, SNS and SQS.
Are there any socket notification services or is it possible to achieve something similar with the services provided?
source
share