What's Changed
[1.1.47] — 2026-04-07
Added
- Step Functions generic
aws-sdk:*task dispatcher — Task states can now call any MiniStack service viaarn:aws:states:::aws-sdk:<service>:<action>resource ARNs. Supports all JSON-protocol services (DynamoDB, SecretsManager, ECS, KMS, etc.). Contributed by @jayjanssen (#168) - Step Functions sync execution error details —
StartSyncExecutionnow returnserrorandcausefields for failed executions, matching AWS SFN behaviour. Contributed by @jayjanssen
Fixed
- S3
PutObjectmissingContent-Length: 0header — CDK deploy failed withExpected real number, got implicit NaNbecause the JS SDK v3 parsed the missing header as NaN. Reported by @youngkwangk (#160) - README reverts from stale PR branches — restored Cloud Map, ready.d, persistence list, SFN intrinsics documentation
Tests
- 3 new tests: SecretsManager round-trip via aws-sdk, DynamoDB round-trip via aws-sdk, unknown service error handling