What's Changed
[1.1.37] — 2026-04-05
Added
- Lambda
PackageType: Imagesupport — Lambda functions can now be deployed as Docker images viaCode: { ImageUri: "..." }. The user-provided image is pulled and invoked via the Lambda Runtime Interface Emulator (port 8080). Supports Go, Rust, Java, or any language packaged as a Lambda container image.CreateFunction,UpdateFunctionCode,GetFunctionall handleImageUri. Reported by @petherin (#67)