princeton-sns / firecracker-tools

5 stars 5 forks source link

Load function configs from an yaml file #14

Closed LedgeDash closed 5 years ago

LedgeDash commented 5 years ago

Instead of hardcoded function configs in config.rs, load configs from an yaml file. The function config file is passed in to controller via --fconfig. Example function config file is added as a reference.

Code tested with snapshot branch of firecracker.