Bun en Lambda: 3x más rápido, pero ¿listo para producción?

Bun tardó 823ms vs 2456ms de Node.js 22 en Lambda, pero hay gotchas serios: cold start más lento, módulos nativos rotos y errores de firma en S3. ¿Convi...

https://donweb.news/bun-en-lambda-produccion-vs-nodejs-22/

#bun #awslambda #nodejs #serverless #javascriptruntime

Bun en Lambda: 3x más rápido, pero ¿listo para producción?

60 días corriendo Bun en Lambda: qué se rompió, qué mejoró y cuándo tiene sentido migrar desde Node.js 22 en 2026.

DonWeb News

NestJS en AWS Lambda con CDK y GitHub Actions 2026

¿Tu API NestJS necesita serverless? Guía 2026 para desplegar NestJS en AWS Lambda con CDK y GitHub Actions, OIDC y cold starts resueltos paso a paso.

https://donweb.news/desplegar-nestjs-aws-lambda-cdk-github-actions/

#nestjs #awslambda #awscdk #githubactions #serverless

NestJS en AWS Lambda con CDK y GitHub Actions 2026

Cómo desplegar NestJS en AWS Lambda usando CDK, automatizar con GitHub Actions y reducir cold starts. Guía completa con errores comunes y soluciones.

DonWeb News

WebSocket async/await con AWS Lambda: cómo hacerlo

Cómo convertir WebSockets en solicitudes async/await con AWS API Gateway y Lambda: patrón requestId, librería ws-await, timeouts y errores comunes en 2026.

https://donweb.news/websocket-async-await-aws-lambda-api-gateway/

#websocket #awslambda #apigateway #asyncawait #serverless

WebSocket async/await con AWS Lambda: cómo hacerlo - DonWeb News

El patrón requestId convierte WebSockets en solicitudes async/await reales usando AWS API Gateway y Lambda, sin abrir conexiones HTTP adicionales.

DonWeb News

At Lead Bank, synchronous telemetry flushing caused intermittent exporter stalls to surface as user-facing 504 gateway timeouts.

By using the AWS Lambda Extensions API and goroutine chaining in Go, telemetry flush work was moved off the response path - allowing immediate responses while preserving full observability without data loss.

Read the #InfoQ article by Melvin Philips for more insights: https://bit.ly/3OhOouD

#CloudComputing #AWS #AWSLambda #API #Serverless

AWS Lambda functions can now mount Amazon S3 buckets as file systems with S3 Files
https://aws.amazon.com/about-aws/whats-new/2026/04/aws-lambda-amazon-s3/
#aws #awslambda #s3 #serverless
AWS Lambda functions can now mount Amazon S3 buckets as file systems with S3 Files

Discover more about what's new at AWS with AWS Lambda functions can now mount Amazon S3 buckets as file systems with S3 Files

Amazon Web Services, Inc.
Want to monitor only AWS Lambdas in Zabbix? Remember to add `ec2:DescribeRegions` action to your access policy🤐
For some reason
#zabbix #aws #lambda #awslambda #awsiam
AWS Cross-Account Lambda Access to S3 — A Step-by-Step Guide
#AWSLambda
https://www.xtivia.com/blog/aws-cross-account-lambda-access-to-s3-step-by-step-guide/
AWS Cross-Account Lambda Access to S3 — A Step-by-Step Guide

Master Cross-Account Lambda Access with our step-by-step guide. Enable secure access to S3 buckets across AWS accounts.

XTIVIA

AWS launched Durable Functions for Lambda - a new capability that lets developers use standard Lambda functions to build complex, multi-step workflows.

They can track progress, automatically retry on failures, and even pause execution for up to 1 year at defined steps - all without paying for idle compute during those waits.

Learn more: https://bit.ly/3KuDuQf

#InfoQ #AWSLambda #CloudComputing

Running #Quarkus on #AWSLambda “out of the box” can lead to slow starts and missed optimizations. Vadym Kazulkin walks through five concrete setups—from vanilla Java to #SnapStart priming & native #GraalVM.

Make every millisecond count: https://javapro.io/2025/08/05/how-to-develop-run-and-optimize-quarkus-web-application-on-aws-lambda/
@graalvm @awscloud

Comparing AWS Lambda Arm64 vs x86_64 Performance Across Multiple Runtimes in Late 2025

See how AWS Lambda arm64 stacks up against x86_64 in real-world benchmarks across CPU, memory, and I/O workloads using Node.js, Python, and Rust.

Chris Ebert's Blog: AWS & Serverless Tech | Cloud Computing