News
! !! - DEV Community
16+ hour, 13+ min ago (11+ words) Building a Low-Cost Image Converter on AWS With Rust Lambda. .....
Building a Low-Cost Image Converter on AWS With Rust Lambda
12+ hour, 14+ min ago (172+ words) This started as a hobby project. I was thinking about a simple image conversion service for resizing, convert, compress uploaded images. Since it was a personal project, cost mattered a lot. Keeping EC2 instances running 24/7 felt unnecessary for a workload that…...
Shipping FSx for ONTAP Logs to Datadog " The Serverless Way
21+ hour, 28+ min ago (1197+ words) Deploy a Cloud Formation stack, configure ONTAP audit logging, and see structured file access events in Datadog Log Explorer within minutes " no EC2, no NFS mounts, no agents. This post walks through the full implementation: Cloud Formation template, Lambda handler code,…...
Why Your FSx for ONTAP Audit Logs Deserve Better Than EC2
1+ day, 1+ hour ago (1223+ words) This post introduces the architecture and the open-source pattern library. It does not yet cover: You're running Amazon FSx for Net App ONTAP. You've enabled file access auditing because compliance requires it " or because you genuinely want to know who's…...
How we tracked down a mysterious latency issue in our AWS Lambda + RDS Proxy stack, and discovered Prisma was the culprit all along.
1+ day, 10+ hour ago (1269+ words) Our API Was Fine. Database Was Fine. So Why Were Queries Taking 16 Seconds? It started with a support ticket. A customer-facing API that normally responds in 200ms was occasionally spiking to 16 seconds. Not every request " just enough to make people nervous....
Building a Serverless Website on AWS (and GCP)
1+ day, 22+ hour ago (114+ words) Multi-cloud means understanding that every provider works differently. You only really learn that by. .. Tagged with aws, cloud, devops, serverless....
Azure Functions para developers que nunca usaron serverless
2+ day, 7+ hour ago (935+ words) Si alguna vez escuchaste "serverless" y pensaste que era solo marketing, entendible. El nombre confunde porque los servidores siguen existiendo, simplemente dej's de encargarte de ellos. Azure Functions es el servicio serverless de Microsoft y en 2026 es uno de los…...
C'mo invocar un alias de AWS Lambda desde Amazon Connect Customer usando un script reutilizable
2+ day, 12+ hour ago (1082+ words) Amazon Connect Customer es la soluci'n de AWS para construir experiencias modernas de atenci'n al cliente en la nube. Permite crear centros de contacto flexibles, integrar canales como voz, chat, email y mensajer'a, y conectar la experiencia del cliente con…...
Building Inquir Compute: Serverless Functions for AI Agents, Background Jobs, and Long-Running Workflows
2+ day, 21+ hour ago (556+ words) Most serverless platforms are great when your function is small, stateless, and finishes. .. Tagged with serverless, ai, node, devops....
Getting started with Change Data Capture in Amazon Aurora DSQL
3+ day, 17+ hour ago (1531+ words) With the introduction of CDC, Aurora DSQL now supports native streaming of database changes to downstream services. CDC captures row-level modifications and delivers them to external systems in near real time. In this post, we demonstrate how to configure Aurora…...