# How Reuters Replaced WebSockets with Amazon Cognito and SQS

DevFeed: [How Reuters Replaced WebSockets with Amazon Cognito and SQS](<https://devfeed.tech/articles/how-reuters-replaced-websockets-with-amazon-cognito-and-sqs-14221.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/how-reuters-replaced-websockets-with-amazon-cognito-and-sqs>)

Author: Ken Ellis

Published: 2017-06-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Amazon Cognito](<https://devfeed.tech/topics/amazon-cognito.md>), [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>)

Tags: [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-cognito](<https://devfeed.tech/tags/amazon-cognito.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [customers](<https://devfeed.tech/tags/customers.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [implement](<https://devfeed.tech/tags/implement.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [sqs](<https://devfeed.tech/tags/sqs.md>)

## AI overview

The article describes how Reuters replaced WebSockets with long-polling implemented using Amazon Cognito and Amazon SQS.

## Source excerpt

How to implement long-polling via Amazon Cognito and SQS