Serverless & Microservices

Functions, event buses, and resilient service meshes at scale.

  • 19 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 & Microservices


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

2+ hour, 27+ min 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....


dev.to > onatade_abdulmajeed > week-13-of-100daysofcode-completing-spring-microservices-and-starting-junit-5-50pd

Week 13 of #100DaysOfCode: Completing Spring Microservices and Starting JUnit 5

23+ hour, 24+ min ago   (875+ words) This week was another challenging but rewarding part of my #100DaysOfCode journey. I started the week by learning about Docker and containerized Microservices, exploring how containers differ from Virtual Machines, how Docker images and containers work, and how Docker helps package…...


medium.com > @kp9810113 > project-leyden-just-killed-the-java-is-too-slow-for-serverless-argument-190c0f235b39

Project Leyden Just Killed The “Java Is Too Slow For Serverless” Argument

23+ hour, 20+ min ago   (33+ words) You have sat in this meeting. Someone proposes Lambda. You say the word “Java.” The room gets quiet in that specific …...


dev.to > kevinlupera > se-acabo-el-limite-de-los-15-minutos-un-analisis-a-fondo-del-tiempo-de-espera-de-90-minutos-de-aws-5h8b

Se acabó el limite de los 15 minutos: un análisis a fondo del tiempo de espera de 90 minutos de AWS Lambda

1+ day, 7+ hour ago   (25+ words) Hace 4 días vi un anuncio que me parecio muy interesante es que ya se incremento 6x el timeout de las... Tagged with aws, lambda....


dev.to > siddharth912 > catching-a-silent-aws-failure-a-serverless-daily-report-for-suspended-auto-scaling-groups-28ng

Catching a Silent AWS Failure: A Serverless Daily Report for Suspended Auto Scaling Groups

1+ day, 10+ hour ago   (483+ words) How I built a zero-cost, zero-server monitoring alert with Lambda, EventBridge, and SES, and the two production bugs I hit along the way. Amazon EC2 Auto Scaling Groups (ASGs) have a feature that's incredibly useful during incidents and quietly dangerous afterward:…...


medium.com > @cemdrman > scoped-values-in-java-25-retiring-threadlocal-in-your-spring-boot-request-context-4b61706e5c1a

Scoped Values in Java 25: Retiring ThreadLocal in Your Spring Boot Request Context

1+ day, 9+ hour ago   (34+ words) If you have ever carried a tenant ID, a correlation ID, or the current user through a Spring Boot request without …...


gfw.report > publications > pets26b > en

CensorLess: Cost-Efficient Censorship Circumvention Through Serverless Cloud Functions

1+ day, 21+ hour 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…...


dev.to > yash_sonawane25 > your-first-aws-production-architecture-from-a-simple-application-to-a-scalable-system-3738

Your First AWS Production Architecture: From a Simple Application to a Scalable System

1+ day, 18+ hour ago   (1081+ words) Most people learn AWS by studying individual services. RDS is a database. But that's not how AWS is used in the real world. In a real project, these services work together to solve one problem: How do we run an…...


medium.com > javarevisited > spring-boot-4-java-25-10-things-you-should-stop-doing-in-your-rest-apis-8c543636ffed

Spring Boot 4 + Java 25: 10 Things You Should Stop Doing in Your REST APIs

1+ day, 14+ hour ago   (38+ words) Modernizing only works when you can say out loud what each change buys you. “It’s newer” is not a reason. I keep a …...


dev.to > techforge > keeping-services-loosely-coupled-without-making-everything-abstract-1hdg

Keeping Services Loosely Coupled Without Making Everything Abstract

1+ day, 22+ hour ago   (500+ words) Loose coupling is one of those things everyone agrees with until they have to do it. Then it turns into a mess of interfaces, event buses, and six layers of indirection for a feature that just sends an email. I've…...