November 2025 Summaries
7 posts from LocalStack
Filter
Month:
Year:
Post Summaries
Back to Blog
LocalStack for AWS 4.11 introduces several improvements aimed at enhancing AWS parity across various services, including new Lambda runtime support for Python, Java, and Node.js, expanded API support for Amazon Managed Streaming for Apache Kafka (MSK), S3 Tables, and CodePipeline, along with improved AWS Key Management Service (KMS) emulation capabilities. The release also focuses on facilitating the testing of machine learning workflows with RDS support for the pgvector extension and enhances the persistence of EKS cluster contents, allowing for more efficient local testing of Kubernetes workloads. Additionally, the update addresses several bug fixes and deprecations, such as the planned removal of the host mode for LocalStack CLI in favor of Docker mode by January 2026, while encouraging users to upgrade to the newest version to benefit from these advancements.
Nov 26, 2025
1,142 words in the original blog post.
LocalStack and LogicStar have collaborated to integrate AI-driven, self-healing automation into cloud development workflows, enhancing the ability to test and debug AWS services locally. LocalStack allows engineers to emulate AWS services on their laptops, while LogicStar uses AI to autonomously investigate, reproduce, and fix bugs. This integration ensures that bugs identified during local testing can be automatically addressed by LogicStar before reaching production, streamlining the debugging process. LogicStar's method involves sandboxed reproduction of issues, multi-agent fixes, and rigorous validation, ensuring only verified solutions are proposed. LocalStack's team has successfully utilized LogicStar to resolve complex bugs within its codebase, demonstrating significant time savings and accuracy in debugging. This partnership capitalizes on recent advancements in AI, observability, and DevOps practices to offer a more efficient and reliable development workflow, ultimately facilitating faster releases and improved software quality without increasing engineering resources.
Nov 25, 2025
1,276 words in the original blog post.
LocalStack for Snowflake 1.4 offers practical upgrades aimed at enhancing compatibility and streamlining development processes, with new SQL functions and improvements that bring its behavior closer to Snowflake's. This version includes features such as column exclusion in SELECT queries, expanded UPDATE semantics, inline foreign keys, and session-level options for JSON or Arrow result encodings, along with batched results for large queries. Error reporting has been refined to support Snowflake-compatible asynchronous responses, improving integration with popular clients and connectors. The release supports several new SQL functions, enhances query semantics, and improves result handling, thereby facilitating local development and testing of Snowflake workflows with greater fidelity to production environments. Users are encouraged to upgrade to LocalStack for Snowflake 1.4 to take advantage of these new features and enhancements.
Nov 18, 2025
498 words in the original blog post.
HacktoberFest 2025 was a successful event for LocalStack, with developers worldwide contributing to the open-source project by focusing on improving documentation and enhancing the developer experience. The event saw 18 contributions across various repositories, with 14 merged pull requests and participation from 15 unique contributors, including 12 first-timers. The majority of the contributions aimed at clarifying examples, updating outdated sections, and making guides more user-friendly, demonstrating the importance of documentation in open-source projects. Despite a backlog of pull requests, the team maintained a 78 percent merge rate and learned valuable lessons about the benefits of clearly scoped issues and the need for more volunteer reviewers. Looking ahead, LocalStack plans to expand its issue templates, add intermediate-level sample-app issues, and host more community events to foster ongoing collaboration. The event underscored the significance of clarity and collaboration in maintaining the strength of open-source projects, and LocalStack expressed gratitude to all participants for their contributions.
Nov 14, 2025
700 words in the original blog post.
AWS re:Invent 2025 is set to take place in Las Vegas from December 1–5, and LocalStack will be a prominent Gold Sponsor at the event, showcasing its advanced local cloud development tools at booth #1626. This year, LocalStack highlights significant enhancements in AWS service parity, developer experience, and ecosystem integration, offering features such as Application Inspector, AWS Toolkit for VS Code integration, Chaos Engineering Suite, and IAM Policy Stream. These innovations aim to improve the speed, reliability, and cost-effectiveness of development workflows, providing a robust, stable platform for building and testing cloud applications locally. Attendees can engage with the LocalStack team across various departments, participate in interactive demos, and earn premium swag through a token-based system, while also having the opportunity to discuss strategic initiatives, best practices, and technical challenges.
Nov 13, 2025
804 words in the original blog post.
LocalStack Desktop Application 2.0 introduces a range of enhancements aimed at achieving greater parity with the web version, offering users a refreshed user interface and a smoother, more efficient experience. Key new features include the UI for Stack Overview, Status page, IAM Policy Stream, and Chaos Engineering, which collectively provide users with a comprehensive view of their local cloud architecture and real-time service status. The application also introduces the ability to simulate controlled failures through Chaos Engineering, allowing users to test their applications' resilience. Users can download the updated version for free and upgrade seamlessly on Linux, macOS, and Windows platforms. The developers are committed to further expanding the capabilities of the desktop application and encourage user feedback through their online community channels.
Nov 06, 2025
470 words in the original blog post.
Former2, in conjunction with LocalStack, offers a streamlined solution for converting existing AWS resources into Infrastructure as Code (IaC) templates, addressing the common challenge of manually converting ad-hoc setups into reproducible formats. By scanning live or local AWS resources, Former2 can generate templates in various formats like CloudFormation, Terraform, Pulumi, and CDK, enabling users to validate these templates locally with LocalStack before cloud deployment. This process promotes consistency and reduces errors by allowing developers to test infrastructure configurations locally without needing a cloud account. The guide outlines a step-by-step approach to using Former2 and LocalStack for creating and testing IaC templates, demonstrating the conversion of a Step Functions workflow into an S3 bucket as an example. While Former2 and LocalStack simplify infrastructure management and encourage the adoption of IaC practices, they require manual fine-tuning, particularly for aspects like IAM roles and permissions, underscoring their role as tools to initiate IaC adoption rather than complete solutions. The overall workflow facilitates the transition from manual infrastructure processes to reproducible, version-controlled deployments that are easier to manage and maintain across various environments.
Nov 04, 2025
1,417 words in the original blog post.