RustStack S3
Version updated for https://github.com/tyrchen/ruststack to version v0.5.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
RustStack is a lightweight, high-performance AWS service emulator written in Rust, designed as a faster, more resource-efficient alternative to LocalStack. It supports key AWS services including S3, DynamoDB, SQS, and SSM Parameter Store, allowing developers to emulate these services locally or in CI pipelines for testing and development purposes. With features like in-memory storage, SigV4 authentication, and a unified gateway, RustStack simplifies local AWS testing while significantly reducing startup time and resource usage compared to similar tools.
Release notes
0.5.0 - 2026-03-26
Bug Fixes
- handle null MetricAlarms in test-action CloudWatch smoke test - (3865234) - Tyr Chen
- create alarm before describe-alarms in test-action CloudWatch test - (4866ca8) - Tyr Chen
Features
- add 51 Tier 1+2 operations across DynamoDB, Lambda, IAM, EventBridge (#16) - (2ee83da) - Tyr Chen
Miscellaneous Chores
- update tools - (52ad25d) - Tyr Chen
- upgrade actions/checkout to v6 in test-action workflow - (279b3e7) - Tyr Chen