February 2026 Summaries
5 posts from LocalStack
Filter
Month:
Year:
Post Summaries
Back to Blog
LocalStack is implementing changes to its pricing and support options for LocalStack for AWS, aiming to make the platform more accessible and responsive to community feedback. Starting March 23, 2026, support for the Community edition will end, and users will need a user account and auth token to access the single image available via Docker Hub. However, a permanent free tier for non-commercial use will remain, along with special subscriptions for students, OSS projects, and non-profits. The platform will also remove limitations on CI credits for all plans under a fair usage policy and reintroduce monthly subscriptions for individual developers and small teams. LocalStack will offer a 45-day free trial for paid plans and provide free access to paid packages for open-source projects. These changes are designed to offer more flexible pricing and packaging, as well as to eliminate CI limitations, enhancing usability for the community.
Feb 27, 2026
549 words in the original blog post.
LocalStack for AWS 4.14 introduces a range of enhancements aimed at improving AWS compatibility and user experience, including a new Resource Groups Tagging API provider that offers native integrations with multiple AWS services, replacing the previous Moto-based implementation. This release supports KRaft clusters for Amazon Managed Streaming for Apache Kafka (MSK), facilitating Kafka deployments without ZooKeeper dependencies, and switches Hive to use Glue as its default metastore, enhancing integration with Athena and improving big data workflows. Enhancements extend to EKS with updated Kubernetes versions and IMDS integration, as well as CloudFormation with support for DeletionPolicy and UpdateReplacePolicy attributes, among other improvements. Additionally, the Step Functions provider, S3, Route 53, ECS, ElastiCache, and RDS have received targeted updates, while the LocalStack CLI has been streamlined to run only inside containers. Overall, LocalStack for AWS 4.14 aims to enhance AWS parity and streamline cloud application development.
Feb 26, 2026
1,130 words in the original blog post.
LocalStack for Snowflake 1.7 introduces key advancements in Snowflake Scripting, expanding capabilities with anonymous code blocks, IF-ELSE conditional logic, and exception handling for robust local procedural testing. This version extends the information_schema coverage by supporting more views like columns, schemata, and databases, while adding several new SQL functions including aggregate and bitwise operations. Enhancements for dynamic tables, session variable handling, and window functions with DISTINCT clauses align LocalStack more closely with Snowflake's native functionalities, facilitating improved compatibility and local development. Users can upgrade via the LocalStack CLI or Docker to leverage these enhancements in their development workflows.
Feb 12, 2026
796 words in the original blog post.
Integrating WireMock with LocalStack allows developers to run applications that depend on AWS services and external APIs in a fully local environment, avoiding the complications of real API dependencies. WireMock, an API simulation tool, can create mock versions of HTTP APIs, which helps simulate external dependencies with predictable responses. By using the WireMock extension for LocalStack, developers can emulate AWS services and external APIs together, streamlining the development and testing process without needing cloud credentials or encountering rate limits. This integration is particularly beneficial for applications involving microservices or event-driven architectures, as it offers deterministic integration testing and allows for faster feedback loops, reducing CI failures. The setup enhances local-first development by enabling full application stack development and testing offline, which is advantageous for teams working in regulated industries or those seeking to improve data control and network dependency issues.
Feb 10, 2026
2,286 words in the original blog post.
TypeDB is an open-source polymorphic database that excels in handling complex data relationships, such as nested structures, inheritance, and inference, by using entities, relations, and attributes rather than traditional rows or nodes. It stands out by allowing users to define schemas with TypeQL, ensuring data conforms to these schemas for early error detection and predictable queries. The introduction of a TypeDB extension for LocalStack enables developers to integrate TypeDB into their local AWS development workflows without needing separate infrastructure, facilitating the building and testing of applications that rely heavily on complex relationships. This integration allows applications, such as a user and group management service, to leverage TypeDB's ability to simplify recursive and transitive queries directly within the schema, reducing the need for complex application code. By running TypeDB as a LocalStack extension, developers can benefit from seamless local testing, environment consistency, and the ability to model intricate data relationships effectively, all while maintaining a streamlined development process.
Feb 03, 2026
2,121 words in the original blog post.