RustStack S3
Version updated for https://github.com/tyrchen/ruststack to version v0.4.1.
- 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 high-performance AWS service emulator written in Rust, offering compatibility with LocalStack for local development and CI pipelines. It emulates key AWS services (S3, DynamoDB, SQS, and SSM Parameter Store) with fast startup times, minimal resource usage, and support for AWS SDKs and CLIs. RustStack automates the testing and development of cloud applications by providing a lightweight, efficient alternative to LocalStack for emulating core AWS functionalities.
Release notes
0.4.1 - 2026-03-09
Bug Fixes
- (ci) use correct check name with matrix suffix for wait-on-check - (9a22496) - Tyr Chen
Miscellaneous Chores
- bump Dockerfile base image to rust:1.93-slim - (d2f7dd7) - Tyr Chen
Other
- gate Docker release on build workflow success - (b2eb5c6) - Tyr Chen