Struct fdk::RuntimeContext [] [src]

pub struct RuntimeContext { /* fields omitted */ }

A RuntimeContext contains configuration that is set up once per function runtime and persists across invocations (in the case of a hot function). This configuration can therefore be used to initialize the state of the user's function.

Methods

impl RuntimeContext
[src]

[src]

Access the map of configuration variables.