Home / Companies / LocalStack / Blog / March 2026

March 2026 Summaries

7 posts from LocalStack

Filter
Month: Year:
Post Summaries Back to Blog
Testing cloud-integrated code for open-source projects often poses challenges such as complex secret management, slow CI/CD processes, and high costs when relying on real AWS or Snowflake environments. LocalStack offers a solution by allowing maintainers to run test suites locally or in CI environments without external dependencies, leading to faster feedback and avoiding unexpected billing. The LocalStack for Open Source program provides eligible non-commercial projects with free Ultimate tier licenses for AWS and/or free Base tier licenses for Snowflake, enabling high-fidelity local cloud development. This initiative aims to support open-source maintainers by reducing project overhead through features like emulated AWS services, advanced IAM policy enforcement, and Cloud Pods, while also offering cost-effective local data workflow control for Snowflake users. Projects must be non-commercial, actively maintained, and licensed under an OSI-approved license to qualify, with applications encouraged from a broad spectrum of projects to enhance development workflows in the community.
Mar 27, 2026 377 words in the original blog post.
LocalStack for Snowflake 2026.03.0 marks a significant update following the move to calendar versioning, introducing extensive enhancements to Snowflake emulation. This release improves SQL scripting support in stored procedures, enhances the developer experience with a revamped web app UI, and adds support for over 50 new SQL functions, including aggregate, string, similarity, date/time, encryption, and compression functions. It also introduces a new monthly subscription option and provides improved parity with Snowflake, including features like GET_DDL support for databases, tables, and views, FULL JOIN support, and better handling of complex procedures. Additionally, the release enhances the web app with a new query history tab, a Monaco-based SQL editor, and a collapsible resource tree, all designed to streamline development processes.
Mar 24, 2026 1,533 words in the original blog post.
LocalStack for AWS 2026.3.0 introduces significant updates, including a shift to a single, consolidated Docker image that requires an authentication token and a transition from semantic to calendar versioning. The release features a revamped LocalStack CLI, enhancing the developer experience with simplified installation and automatic authentication, alongside a new Terminal UI and improved log management. EKS and CloudWatch have integrated Resource Groups Tagging API, enhancing resource management, while EC2 Fleet APIs now trigger real infrastructure rather than mock responses. The release removes CI credit limitations across all tiers, introduces support for the EU sovereign cloud partition, and includes various updates such as improved Kafka support and the migration of IAM and STS services to LocalStack's core library. Additionally, the version addresses security vulnerabilities by updating the default Postgres version and deprecates the ACTIVATE_PRO environment variable due to image consolidation.
Mar 23, 2026 1,366 words in the original blog post.
LocalStack is transitioning from semantic versioning to calendar versioning starting with its March 2026 release, adopting a new format where version numbers are denoted by the year, month, and a patch number (e.g., 2026.03.0). This change, which affects products like LocalStack for AWS, Snowflake, Azure, and others, aims to provide more meaningful information as the semantic version numbers no longer effectively communicate the significance of updates. The new format aligns with LocalStack's monthly release cadence, allowing users to easily identify the release date from the version number. While the versioning system changes, the functionality of LocalStack remains the same, and only minor adjustments are needed in updating Docker setups or CI pipelines to accommodate the new version tags. Each product will manage its patch numbers independently, and "latest" tagged Docker images will continue to point to the most recent release.
Mar 18, 2026 545 words in the original blog post.
ParadeDB offers a streamlined solution for integrating advanced search capabilities directly within the Postgres ecosystem, eliminating the need for separate search engine infrastructure. It enhances traditional Postgres full-text search with features like BM25 ranking, fuzzy matching, and faceted query patterns, while maintaining compatibility with SQL, thus reducing the complexity of application code changes. The ParadeDB extension, when used with LocalStack, allows developers to simulate AWS environments locally, facilitating rapid prototyping and testing of search functionalities without external infrastructure. This setup supports an end-to-end flow for a movie search application, utilizing AWS components like Lambda, API Gateway, and S3. By enabling local deployment and testing, ParadeDB not only accelerates development cycles but also ensures search behavior can be iteratively refined and validated in a controlled environment, making it a valuable tool for teams seeking to enhance search experiences within their applications.
Mar 12, 2026 1,792 words in the original blog post.
Starting March 23, 2026, LocalStack for AWS will transition to a single, unified container image model, requiring authenticated access via a LocalStack for AWS account and an authentication token, affecting both local and CI usage. This change is aimed at providing clearer control over release access, improving consistency across environments, and enabling faster iteration on platform improvements. Users will need to choose between adopting this authenticated model to access the latest releases or pinning to older versions, which could lead to operational tradeoffs such as increased parity drift, security vulnerabilities, and CI fragility over time. The decision on which path to take depends on the extent to which LocalStack is embedded in the user's workflow, with options ranging from a free plan for individual developers to commercial offerings and enterprise solutions for teams requiring robust governance, support, and consistent upgrade paths. Migration involves setting up a LocalStack account, generating an auth token, and configuring environments to use the token, with special considerations for CI environments to ensure secure and repeatable automated runs.
Mar 05, 2026 1,252 words in the original blog post.
Amazon Simple Notification Service (SNS) is a versatile publish-subscribe notification service that facilitates both internal and external communication by allowing messages to be sent to various endpoints like HTTP(S), email, mobile push notifications, and text messages. SNS supports a decoupled architecture, akin to Simple Queue Service (SQS), but enables event fan-out, where a single published event can trigger multiple independent workflows across different systems. SNS is ideal for operational alerts, external notifications, and event routing, with capabilities like retry policies and filtering to ensure relevant messages reach intended endpoints. While SNS can be used for application-to-application messaging, involving services like Lambda, SQS, and HTTP endpoints, it also supports application-to-person messaging through SMS, email, and mobile notifications, although not as robustly as dedicated services like AWS SES. With a cost structure dependent on API requests and delivery methods, SNS offers a free tier for standard topic requests and additional charges based on delivery mechanisms and features like FIFO topics, filtering, and data protection. SNS's capabilities can be tested in environments like LocalStack, where extensive API coverage is available except for managing SMS sandboxes.
Mar 03, 2026 3,068 words in the original blog post.