Skip to main content

Module runtime

Module runtime 

Source

Structs§

ContainerRuntime
Docker/Podman-based Lambda execution engine.
StreamingInvocation
Wrapper around an in-flight streaming invocation. Yields raw body chunks via Self::next_chunk until the RIE closes the response, at which point the final Ok(None) signals the caller to emit the terminal InvokeComplete frame.

Enums§

RuntimeError

Functions§

extract_zip
Extract a ZIP archive to a destination directory.
runtime_to_image
Map AWS runtime identifier to a Docker image tag.