# Implement real-time updates using Lambda and Websockets via IoT

DevFeed: [Implement real-time updates using Lambda and Websockets via IoT](<https://devfeed.tech/articles/implement-real-time-updates-using-lambda-and-websockets-via-iot-14309.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/realtime-updates-using-lambda-websockets-iot>)

Author: Turner Houghton

Published: 2018-02-06T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [real-time](<https://devfeed.tech/topics/real-time.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [app](<https://devfeed.tech/tags/app.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>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [implement](<https://devfeed.tech/tags/implement.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [iot](<https://devfeed.tech/tags/iot.md>), [real-time](<https://devfeed.tech/tags/real-time.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>)

## AI overview

This tutorial presents a serverless approach for providing an app with real-time data updates using WebSockets and Lambda via IoT.

## Source excerpt

Need a serverless way to give your app updated data in real-time? Try this solution with Websockets and Lambda.