InfoQ Homepage AWS Lambda Content on InfoQ
-
AWS Lambda Response Streaming Increases Payload Limit to 200 MB
AWS has revolutionized Lambda with an increased response streaming payload limit from 20 MB to 200 MB. This enhancement allows developers to stream larger data sets, improving Time to First Byte performance. By simplifying response handling and eliminating complex workarounds, AWS empowers developers to deliver rich content seamlessly, transforming serverless applications.
-
AWS Lambda Adds Support for GitHub Actions
AWS has recently announced that AWS Lambda now supports GitHub Actions, providing a simplified way to deploy changes to Lambda functions using declarative configuration in GitHub Actions workflows. The new option supports both .zip file and container image deployments.
-
Serverless Development with Console to IDE and Remote Debugging for AWS Lambda
AWS enhances Lambda with console-to-IDE integration and remote debugging, empowering developers to streamline serverless application development. These features enable seamless transitions to IDEs like Visual Studio Code and robust debugging with full access to VPC resources. Discover how these tools optimize workflows in the AWS developer guide and Toolkit for VS Code.
-
AWS Lambda Gains Native Avro and Protobuf Support for Kafka Events with Schema Registry Integration
Lambda now natively supports Apache Avro and Protobuf events, streamlining Kafka event processing - an enhancement that eliminates the need for custom deserialization, automates schema validation and filtering, and optimizes costs through efficient event handling. Integration with AWS Glue and Confluent registries simplifies development, allowing cleaner data consumption and enhanced scalability.
-
AWS Introduces Open Source Model Context Protocol Servers for ECS, EKS, and Serverless
AWS has launched open-source Model Context Protocol (MCP) servers on GitHub to supercharge AI development within Amazon ECS, EKS, and Serverless environments. These specialized tools equip developers with real-time, context-specific insights, enhancing application deployment, troubleshooting, and operational efficiency. Empower your cloud experience today!
-
AWS Lambda Introduces Tiered Pricing for CloudWatch Logs and Expands Logging Destinations
AWS enhances Lambda logging with tiered pricing for Amazon CloudWatch Logs, effective May 1, 2025, reducing costs for high-volume deployments. New destinations like Amazon S3 and Firehose simplify integration and enable advanced analytics. These changes promise significant savings and flexibility for AWS users while emphasizing the need for optimized logging strategies.
-
Amazon to Raise AWS Lambda Costs by Charging for Cold Starts
Starting next August, Amazon will begin charging for the AWS Lambda initialization phase for managed runtimes. While the company frames this change as a billing standardization to align with existing behavior, and many in the community view it as a step toward more predictable and unified billing, others see it as a price increase by AWS.
-
QCon London 2025: Kraken Technology's Approach to Renewable Energy Management
Kevin Bowman of Kraken Technology unveiled how serverless cloud solutions are revolutionizing the UK's power grid management amid a 40% surge in renewable energy. By leveraging intelligent control systems, battery storage and microservices, Kraken optimizes energy flow and grid stability while advocating for consumer cooperation and continued investment in cloud technologies for future resilience.
-
Vercel Fluid: a New Compute Model and an Alternative to Serverless?
Vercel has recently introduced Vercel Fluid, an elastic compute model that allows a single worker to handle multiple requests, similar to a traditional server, while preserving the elasticity of serverless. By scaling functions before instances, Fluid maximizes available compute time, optimizing compute footprint and resource efficiency for long-running tasks and AI inference.
-
AWS Launches Lambda SnapStart for Python and .NET Functions
AWS has unveiled Lambda SnapStart for Python and .NET, enhancing serverless app performance by reducing cold start latency. This feature builds on the success of Lambda SnapStart for Java, allowing faster initializations through early environment caching. Available in multiple global regions, it offers efficient management of caching costs with Python 3.12+ and .NET 8+.
-
AWS Reveals Multi-Agent Orchestrator Framework for Managing AI Agents
AWS has introduced Multi-Agent Orchestrator, a framework designed to manage multiple AI agents and handle complex conversational scenarios. The system routes queries to the most suitable agent, maintains context across interactions, and integrates seamlessly with a variety of deployment environments, including AWS Lambda, local setups, and other cloud platforms.
-
Amazon Marks 10 Years of AWS Lambda by Releasing Initial Internal Document
Werner Vogels, Amazon’s CTO, recently unveiled the internal design narrative that initiated the AWS Lambda project. The release of the PR/FAQ that sparked the development of one of Amazon’s most popular services offers a “peek behind the curtain” and highlights the initial vision for serverless computing at Amazon.
-
High-Performance Serverless with Rust: Insights from Benjamen Pyle’s Talk at QCon San Francisco
Benjamen Pyle's talk showcased the power of combining Rust with AWS Lambda for high-performance, scalable, serverless applications. He highlighted Rust's safety and efficiency and its ability to minimize cold start times and costs. Pyle emphasized best practices like multi-Lambda designs and infrastructure like code, enabling developers to build solutions that drive efficiency and sustainability.
-
AWS Lambda Introduces a Visual Studio Code-Based Editor with Advanced Features and AI Integration
AWS Lambda's new console features a VS Code OSS-integrated editor, enhancing code editing with customizable settings and support for larger function packages. It includes a split-screen layout for simultaneous viewing of code and outputs, real-time log tracking, and AI-driven suggestions via Amazon Q Developer.
-
No EC2 or Kubernetes Allowed: Insights from Building Serverless-Only Architecture at PostNL
PostNL shared insights and guidance from its transition from outsourced IT project delivery to an in-house product delivery capability. By embracing cloud-native technologies, with an emphasis on serverless services, the company achieved significant gains in productivity and market responsiveness while reducing operational costs.