Documentation ¶
Overview ¶
Package runtime provides interfaces for defining Lambda runtimes and appropriate shims for arbitrary language support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompiledRuntime ¶
type CompiledRuntime interface {
Compile() error
}
CompiledRuntime is a language runtime requiring compilation.
Click to show internal directories.
Click to hide internal directories.