---
title: "Understanding push vs poll in event-driven architectures"
url: https://daily.dev/posts/understanding-push-vs-poll-in-event-driven-architectures-va9lf9try
source_url: https://theburningmonk.com/2025/05/understanding-push-vs-poll-in-event-driven-architectures/
type: article
source: "theburningmonk.com"
published: 2025-05-15T16:29:50.344Z
updated: 2025-05-15T16:30:04.417Z
tags: ["aws", "architecture", "serverless", "aws-lambda"]
reading_time: 4
upvotes: 75
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Understanding push vs poll in event-driven architectures

**[theburningmonk.com](https://daily.dev/sources/theburningmonk)** · 4 min read · 75 upvotes · 1 comments

## Summary

Explore the differences between push and poll models in event-driven architectures, focusing on how they affect system design, event delivery, and error handling. Learn the pros and cons of both models, suitable use cases, and how Lambda's async invocations can convert push to poll and vice versa, assisting in stream processing and real-time event handling.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://theburningmonk.com/2025/05/understanding-push-vs-poll-in-event-driven-architectures/>

## Community discussion

Top comments from developers on daily.dev.

**@nuhuali** · 0 upvotes

> Very informative and direct.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#architecture](https://daily.dev/tags/architecture), [#serverless](https://daily.dev/tags/serverless), [#aws-lambda](https://daily.dev/tags/aws-lambda)

[View this post on daily.dev](https://daily.dev/posts/understanding-push-vs-poll-in-event-driven-architectures-va9lf9try)
