Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 594 Bytes

File metadata and controls

14 lines (11 loc) · 594 Bytes

PicoRun

PicoRun is a small collection of classes used by the default PicoFun implementation at runtime. These shared runtime classes help keep the code simple.

Spinning PicoRun out into this package prevents lots of duplication and bloated deployment packages. PicoRun should be included in a common lambda layer so the lambda functions stay small. Example uses of PicoRun can be found in the PicoFun examples.

For more information about PicoFun, check out the project on GitHub.