| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.31.2 source code.tar.gz | 2026-01-27 | 1.6 MB | |
| 4.31.2 source code.zip | 2026-01-27 | 2.7 MB | |
| README.md | 2026-01-27 | 410 Bytes | |
| Totals: 3 Items | 4.3 MB | 0 | |
Bug Fixes
Serverless Container Framework
- Fixed Zod validation error when deploying Fargate containers. Resolved a
TypeError: Cannot read properties of undefined (reading '_zod')that occurred when deploying container services withaws@1.0deployment type. The error was caused by an incomplete Zod v4 migration wherez.record()required two arguments instead of one. (#13297, [#13298])