| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-27 | 933 Bytes | |
| v1.55.0 source code.tar.gz | 2026-08-27 | 136.1 kB | |
| v1.55.0 source code.zip | 2026-08-27 | 269.4 kB | |
| Totals: 3 Items | 406.4 kB | 0 | |
What's changed
- Bump min go version to 1.26 (#638) — @maxday
- Enable Go 1.27 compatibility & fix serialization test bugs (#637) — @djedward
- Fixed
TestMalformedJsonto correctly pass a pointer tojson.Unmarshal, matching the intended behavior after Go 1.27's JSON library changes. - Relaxed error-message matching in tests so both Go 1.27 and earlier versions pass.
- Hardened flaky integration tests (
TestEnableSigterm,TestConcurrencyWithRIE) with polling and increased timeouts. - Add missing
userNotFoundfield to Cognito auth trigger requests (#630) — @anzheyazzz - Adds 3 missing
userNotFoundfields to the Cognito auth trigger request events. - Pin GitHub Actions to commit SHAs (#623) — @maxday
- Hardens CI supply-chain security by pinning actions to their SHAs.
Full changelog: https://github.com/aws/aws-lambda-go/compare/v1.54.0...v1.55.0