| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.35.1 source code.tar.gz | 2026-05-06 | 2.3 MB | |
| 4.35.1 source code.zip | 2026-05-06 | 3.6 MB | |
| README.md | 2026-05-06 | 2.2 kB | |
| Totals: 3 Items | 5.9 MB | 0 | |
Bug Fixes
-
AppSync:
@canonical,@hidden, and@renamednow work on field definitions. The bundled Merged API directive stubs only declared theOBJECTlocation, so applying these directives to fields failed packaging with errors likeDirective "@canonical" may not be used on FIELD_DEFINITION.. They're now declared asOBJECT | FIELD_DEFINITIONto match AWS's documented surface. (#13533, [#13542]). Thanks @PatrykMilewski!:::graphql type Query { getMessage(id: ID!): Message @renamed(to: "getChatMessage") internalField: String @hidden }
-
Python: lambda layer is now built for layer-only services. Services that declared
custom.pythonRequirements.layerwith nofunctions:block silently produced an empty CloudFormation stack. The runtime guard now also activates whenpythonRequirements.layeris set and the provider runtime starts withpython, restoring parity with the standaloneserverless-python-requirementsplugin. Heads up: services that previously hit this bug will now actually invoke pip onserverless package, so setpythonBinor usedockerizePipif the matchingpythonX.Ybinary isn't available locally. (#13541):::yaml provider: runtime: python3.13 custom: pythonRequirements: layer: true
-
Python: zip entry paths are now normalized to forward slashes on Windows.
globSyncwas preserving Windows backslashes in ZIP archive entries, which broke the ZIP spec and caused import mismatches at runtime. Entries are now written with POSIX-style/separators on every platform, andci-python.ymlalso runs Python tests on Windows when Python paths change. (#13307, [#13383], [#13546]). Thanks @Tsingis!
Maintenance
- Patched GHSA-w5hq-g745-h8pq (uuid v3/v5/v6 missing buffer bounds check) in the
langgraph-*JavaScript example lockfiles underbedrock-agentcore/examples/javascript/by bumping nesteduuidfrom 13.0.0 to 13.0.2. Lockfile-only, and these examples aren't shipped in the published package. (#13545) - Bumped
axiosfrom 1.15.0 to 1.15.2 (transitive, lockfile-only) for upstream security-hardening patches. (#13544)