Serverless & Event‑Driven

FaaS, queues/streams, pub/sub, and event architectures at scale.

  • 3 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Serverless & Event‑Driven


tech-insider.org

Cloudflare Tunnel Setup: 13 Steps, Free vs $7/User [2026]

1+ day, 4+ hour ago   (1448+ words) Before starting, make sure the following are in place. None of this requires a paid Cloudflare plan. If you don’t have a spare domain, Cloudflare’s registrar and most third-party registrars support adding a domain to a Cloudflare zone for free;…...


dev.to > selfhostpilot > serverpilot-alternatives-cyberpanel-aapanel-cloudpanel-3nl6

ServerPilot Alternatives: CyberPanel, aaPanel, CloudPanel

23+ hour, 29+ min ago   (740+ words) The three ServerPilot alternatives worth using in 2026 are CyberPanel, aaPanel and CloudPanel. Each has a free edition you install on your own VPS. ServerPilot is still alive and still works well, but it charges per server and per app, so…...


dev.to > bilal_bukhari_75aeb34a969 > presigned-urls-and-event-notifications-with-s3-and-sns-56m0

Presigned URLs and Event Notifications with S3 and SNS

4+ day, 6+ hour ago   (1250+ words) Up until now, every file I've touched in S3 has gone through the console, or through a bucket policy that made things public for everyone. Today's problem was different: how do you let one specific person upload or download one specific…...


dev.to > bala_paranj_059d338e44e7e > the-bucket-you-deleted-is-still-in-your-dns-s3-bucket-takeover-at-bime-2hka

The Bucket You Deleted Is Still in Your DNS: S3 Bucket Takeover at Bime

6+ day, 15+ hour ago   (872+ words) ✓ Human-authored analysis; AI used for formatting and proofreading. In 2016, a researcher found that a2.bime.io had a CNAME record pointing to bimeio.s3.amazonaws.com. The bucket bimeio did not exist. It was not owned by Bime. It was not owned…...


dev.to > gerardo_leon > self-hosting-a-dockerized-app-on-wsl2-exposed-with-a-cloudflare-tunnel-3c0l

Self-Hosting a Dockerized App on WSL2, Exposed with a Cloudflare Tunnel

6+ day, 23+ hour ago   (274+ words) TL;DR: A proof-of-concept to-do app — Node/Express and Postgres, running in Docker on WSL2 —... Tagged with docker, wsl2, cloudflared, selfhosted....


dev.to > aws-builders > build-a-serverless-search-engine-with-dynamodb-vector-search-and-aws-cdk-4j4p

Build a Serverless Search Engine with DynamoDB Vector Search and AWS CDK

1+ week, 1+ day ago   (1679+ words) Some time ago at my work, we had to implement a small search engine for help articles. The search was very simple: it used lexical, prefix-based matching. This was a problem because many words did not match. That is exactly…...


aithority.com > it-and-devops > cloud > cloudways-launches-velocity-for-managed-node-js-hosting-with-flat-predictable-pricing-for-developers-and-agencies

Cloudways Launches Velocity for Managed Node.js Hosting With Flat Predictable Pricing for Developers and Agencies

1+ week, 1+ day ago   (459+ words) BlueQubit Launches “Quantum Flywheel” Grant Program to Advance Quantum Computing with AWS, IBM, and NVIDIA Accelerated Computing Cloudways, part of DigitalOcean Holdings, Inc., a scalable cloud for digital native enterprises, announced the general availability of Velocity, a new managed Node....


dev.to > bilal_bukhari_75aeb34a969 > static-website-hosting-on-amazon-s3-from-bucket-to-live-url-2hhi

Static Website Hosting on Amazon S3: From Bucket to Live URL

1+ week, 2+ day ago   (300+ words) Continuing from where I left off with S3 fundamentals, today's focus was turning a plain bucket into an actual live website using S3's static website hosting feature — no EC2 instance, no server management, just a bucket serving HTML directly over the web....


gfw.report > publications > pets26b > en

CensorLess: Cost-Efficient Censorship Circumvention Through Serverless Cloud Functions

1+ week, 4+ day ago   (1317+ words) Authors: Dayeon Kang, Jade Sheffey, Mingshi Wu, Pubali Datta, Amir Houmansadr Release Date: Monday, July 20, 2026 In this work, we present CensorLess, a circumvention proxy that leverages the unique benefits of serverless platforms. CensorLess comprises three components: a local proxy that…...


medium.com > @khamitkar17 > stop-port-forwarding-how-cloudflare-tunnel-revolutionizes-local-development-2a88b853d73c

Stop Port Forwarding: How Cloudflare Tunnel Revolutionizes Local Development

1+ week, 4+ day ago   (27+ words) A beginner’s guide to sharing localhost securely without open ports or public IPs. When building web applications, every …...