What's Changed
New Contributors
- @PorterK made their first contribution in https://github.com/Nahuel990/ministack/pull/178
[1.1.49] — 2026-04-08
Added
- EventBridge
UpdateEventBus— new operation for Terraformaws_cloudwatch_event_bus. Contributed by @jgrumboe (#177) - EventBridge
DescriptionandPolicyfields —DescribeEventBusandListEventBusesnow return description, policy, andLastModifiedTime
Fixed
- Lambda
LAMBDA_EXECUTOR=dockerignored for Python/Node runtimes — warm pool always took priority over the Docker executor setting. NowLAMBDA_EXECUTOR=dockerroutes all runtimes through Docker for clean log output. Contributed by @PorterK (#178) - Lambda Docker fallback crash —
runtimereferenced before definition when Docker SDK unavailable - EventBridge timestamps — all timestamp fields now return epoch numbers instead of ISO strings. Fixes Terraform deserialization. Legacy ISO strings in persisted state auto-coerced on restore. Contributed by @jgrumboe (#177)